import { AlertProps } from '../alert'; export interface SonnerAlertProps extends /* @vue-ignore */ Partial { title: string; description?: string; onDismiss?: () => void; } declare const __VLS_export: import('vue').DefineComponent & Readonly<{}>, { size: "xs" | "sm" | "lg"; variant: "fill" | "light" | "lighter" | "stroke"; state: "information" | "success" | "warning" | "error" | "feature"; dismissable: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;