import { User } from '../../../core/src'; export interface BlarioProviderProps { publishableKey: string; apiBaseUrl?: string; user?: User; locale?: 'en' | 'es'; capture?: { console?: boolean; networkSample?: boolean; maxConsoleLogs?: number; maxNetworkLogs?: number; }; theme?: { mode?: 'light' | 'dark'; position?: 'bottom-right' | 'bottom-left' | 'top-right' | 'top-left'; accent?: string; className?: string; }; redaction?: { patterns?: RegExp[]; customRedactor?: (text: string) => string; }; rateLimit?: { maxRequests?: number; windowMs?: number; }; } declare function __VLS_template(): { default?(_: {}): any; }; declare const __VLS_component: import('vue').DefineComponent, { apiBaseUrl: string; locale: string; capture: () => {}; theme: () => {}; redaction: () => {}; rateLimit: () => {}; }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { error: (error: Error) => void; afterSubmit: (issueId: string) => void; }, string, import('vue').PublicProps, Readonly, { apiBaseUrl: string; locale: string; capture: () => {}; theme: () => {}; redaction: () => {}; rateLimit: () => {}; }>>> & Readonly<{ onError?: ((error: Error) => any) | undefined; onAfterSubmit?: ((issueId: string) => any) | undefined; }>, { locale: "en" | "es"; apiBaseUrl: string; capture: { console?: boolean; networkSample?: boolean; maxConsoleLogs?: number; maxNetworkLogs?: number; }; theme: { mode?: "light" | "dark"; position?: "bottom-right" | "bottom-left" | "top-right" | "top-left"; accent?: string; className?: string; }; redaction: { patterns?: RegExp[]; customRedactor?: (text: string) => string; }; rateLimit: { maxRequests?: number; windowMs?: number; }; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_Prettify : P[K]; }; type __VLS_Prettify = { [K in keyof T]: T[K]; } & {}; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=BlarioProvider.vue.d.ts.map