import { CSSProperties } from 'vue';
import './loading.scss';
declare const _default: import("vue").DefineComponent<{
    readonly view: {
        top?: string | undefined;
        left?: string | undefined;
    };
    readonly backdrop: boolean;
    readonly isFull: boolean;
    readonly message?: string | undefined;
    readonly zIndex?: number | undefined;
}, {
    style: CSSProperties;
    isShow: import("vue").Ref<boolean, boolean>;
    open: () => void;
    close: () => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
    readonly view: {
        top?: string | undefined;
        left?: string | undefined;
    };
    readonly backdrop: boolean;
    readonly isFull: boolean;
    readonly message?: string | undefined;
    readonly zIndex?: number | undefined;
}> & Readonly<{}>, {
    readonly view: {
        top?: string | undefined;
        left?: string | undefined;
    };
    readonly backdrop: boolean;
    readonly isFull: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
