import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { Position } from '../../toast/src/types'; type Provider = 'Toast' | 'Tray' | 'Loading' | 'Alert' | 'Confirmation' | 'Tooltip' | 'ConfirmationLite'; declare const _default: DefineComponent; default: string; }; toastTheme: { type: PropType<"light" | "dark" | "system">; default: string; }; providers: { type: PropType; default: () => string[]; }; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ toastPosition: { type: PropType; default: string; }; toastTheme: { type: PropType<"light" | "dark" | "system">; default: string; }; providers: { type: PropType; default: () => string[]; }; }>> & Readonly<{}>, { toastPosition: Position; toastTheme: "dark" | "light" | "system"; providers: Provider[]; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; export default _default;