import { type PropType } from 'vue'; export type SnackbarVariant = 'info' | 'success' | 'warning' | 'error' | 'neutral'; declare const _default: __VLS_WithTemplateSlots; default: string; }; dismissable: { type: BooleanConstructor; default: boolean; }; action: { type: StringConstructor; default: undefined; }; color: { type: StringConstructor; default: undefined; }; bgColor: { type: StringConstructor; default: undefined; }; zIndex: { type: NumberConstructor; default: number; }; spinner: { type: BooleanConstructor; default: boolean; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { onDismiss: () => void; onAction: () => void; }, string, import("vue").PublicProps, Readonly; default: string; }; dismissable: { type: BooleanConstructor; default: boolean; }; action: { type: StringConstructor; default: undefined; }; color: { type: StringConstructor; default: undefined; }; bgColor: { type: StringConstructor; default: undefined; }; zIndex: { type: NumberConstructor; default: number; }; spinner: { type: BooleanConstructor; default: boolean; }; }>> & { onOnDismiss?: (() => any) | undefined; onOnAction?: (() => any) | undefined; }, { color: string; title: string; variant: SnackbarVariant; zIndex: number; spinner: boolean; bgColor: string; description: string; dismissable: boolean; action: string; }, {}>, { actions?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };