import { Plugin } from 'vue'; import { CreateBagelI18nOptions, getI18n } from '../i18n'; import { BagelToastOptions } from './useToast'; export interface BagelOptions { /** i18n configuration options */ i18n?: CreateBagelI18nOptions; toast?: BagelToastOptions; } export declare const BagelVue: Plugin; export { getI18n }; //# sourceMappingURL=bagel.d.ts.map