declare const _default: import("vue").DefineComponent<{
    /**
     * Display the UI if true, hide if false.
     * Recommended to use a v-model e.g.`v-model:present="present"`
     * to auto-track if the UI was closed by a user action.
     */
    present: {
        type: BooleanConstructor;
        default: boolean;
    };
}, {}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {
    "update:present": (...args: any[]) => void;
}, string, Readonly<import("vue").ExtractPropTypes<{
    /**
     * Display the UI if true, hide if false.
     * Recommended to use a v-model e.g.`v-model:present="present"`
     * to auto-track if the UI was closed by a user action.
     */
    present: {
        type: BooleanConstructor;
        default: boolean;
    };
}>>, {
    present: boolean;
}>;
export default _default;
