// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Separator > renders with as correctly 1`] = `""`;
exports[`Separator > renders with avatar correctly 1`] = `
"
"
`;
exports[`Separator > renders with class correctly 1`] = `
""
`;
exports[`Separator > renders with color black correctly 1`] = `
""
`;
exports[`Separator > renders with color gray correctly 1`] = `
""
`;
exports[`Separator > renders with color green correctly 1`] = `
""
`;
exports[`Separator > renders with color primary correctly 1`] = `
""
`;
exports[`Separator > renders with color red correctly 1`] = `
""
`;
exports[`Separator > renders with color white correctly 1`] = `
""
`;
exports[`Separator > renders with decorative correctly 1`] = `
""
`;
exports[`Separator > renders with icon correctly 1`] = `
""
`;
exports[`Separator > renders with label correctly 1`] = `
""
`;
exports[`Separator > renders with orientation vertical correctly 1`] = `
""
`;
exports[`Separator > renders with size lg correctly 1`] = `
""
`;
exports[`Separator > renders with size md correctly 1`] = `
""
`;
exports[`Separator > renders with size sm correctly 1`] = `
""
`;
exports[`Separator > renders with size xl correctly 1`] = `
""
`;
exports[`Separator > renders with size xs correctly 1`] = `
""
`;
exports[`Separator > renders with type dashed correctly 1`] = `
""
`;
exports[`Separator > renders with type dotted correctly 1`] = `
""
`;
exports[`Separator > renders with type solid correctly 1`] = `
""
`;
exports[`Separator > renders with ui correctly 1`] = `
""
`;