import type { BannerConfig } from "../core/types"; type __VLS_Props = { /** Custom banner configuration */ config?: Partial; /** Position of the banner */ position?: "bottom" | "top" | "center"; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { customize: () => any; accept: () => any; reject: () => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onCustomize?: (() => any) | undefined; onAccept?: (() => any) | undefined; onReject?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;