// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`ButtonGroup > renders orientation vertical with default slot correctly 1`] = `
"
"
`;
exports[`ButtonGroup > renders with as correctly 1`] = `""`;
exports[`ButtonGroup > renders with class correctly 1`] = `""`;
exports[`ButtonGroup > renders with default slot correctly 1`] = `
""
`;
exports[`ButtonGroup > renders with size lg correctly 1`] = `
""
`;
exports[`ButtonGroup > renders with size md correctly 1`] = `
""
`;
exports[`ButtonGroup > renders with size sm correctly 1`] = `
""
`;
exports[`ButtonGroup > renders with size xl correctly 1`] = `
""
`;
exports[`ButtonGroup > renders with size xs correctly 1`] = `
""
`;