declare const Alert: import("svelte").Component<{
    variant?: string;
    title?: string;
    dismissible?: boolean;
    icon?: boolean;
    size?: string;
    children: any;
    ondismiss: any;
}, {}, "">;
type Alert = ReturnType<typeof Alert>;
export default Alert;
//# sourceMappingURL=Alert.svelte.d.ts.map