export interface IBackdrop extends HTMLElement {
show: () => Promise;
hide: () => Promise;
}
declare const _default: import("vue").DefineComponent, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, {
tag: string;
scroll: boolean;
fade: boolean;
backdrop: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;