// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Alert > renders with as correctly 1`] = `
"
"
`;
exports[`Alert > renders with avatar correctly 1`] = `
"
"
`;
exports[`Alert > renders with class correctly 1`] = `
""
`;
exports[`Alert > renders with close slot correctly 1`] = `
""
`;
exports[`Alert > renders with color black correctly 1`] = `
""
`;
exports[`Alert > renders with color gray correctly 1`] = `
""
`;
exports[`Alert > renders with color green correctly 1`] = `
""
`;
exports[`Alert > renders with color primary correctly 1`] = `
""
`;
exports[`Alert > renders with color red correctly 1`] = `
""
`;
exports[`Alert > renders with color white correctly 1`] = `
""
`;
exports[`Alert > renders with description correctly 1`] = `
""
`;
exports[`Alert > renders with description slot correctly 1`] = `
""
`;
exports[`Alert > renders with icon correctly 1`] = `
""
`;
exports[`Alert > renders with leading slot correctly 1`] = `
""
`;
exports[`Alert > renders with title correctly 1`] = `
""
`;
exports[`Alert > renders with title slot correctly 1`] = `
""
`;
exports[`Alert > renders with ui correctly 1`] = `
""
`;
exports[`Alert > renders with variant outline correctly 1`] = `
""
`;
exports[`Alert > renders with variant soft correctly 1`] = `
""
`;
exports[`Alert > renders with variant solid correctly 1`] = `
""
`;
exports[`Alert > renders with variant subtle correctly 1`] = `
""
`;