import type { PropType } from 'vue';
import type { XEvent } from '../../wiring/events.types';
/**
 * A specialised version of a modal component, made to contain a full search application.
 *
 * @public
 */
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    /**
     * Animation to use for opening/closing the modal.
     *
     * @public
     */
    animation: {
        type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
    };
    /**
     * Events to listen for closing the main modal.
     */
    closeEvents: {
        type: PropType<XEvent[]>;
        default: () => string[];
    };
    /**
     * Determines if the focused element changes to one inside the modal when it opens. Either the
     * first element with a positive tabindex or just the first focusable element.
     */
    focusOnOpen: {
        type: BooleanConstructor;
        default: boolean;
    };
    /**
     * Events to listen for opening the main modal.
     */
    openEvents: {
        type: PropType<XEvent[]>;
        default: () => string[];
    };
    /**
     * Event to be emitted by the modal when clicked out of its content.
     */
    outOfModalClickEvent: {
        type: PropType<keyof import("../../wiring/events.types").XEventsTypes>;
        default: string;
    };
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * Animation to use for opening/closing the modal.
     *
     * @public
     */
    animation: {
        type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
    };
    /**
     * Events to listen for closing the main modal.
     */
    closeEvents: {
        type: PropType<XEvent[]>;
        default: () => string[];
    };
    /**
     * Determines if the focused element changes to one inside the modal when it opens. Either the
     * first element with a positive tabindex or just the first focusable element.
     */
    focusOnOpen: {
        type: BooleanConstructor;
        default: boolean;
    };
    /**
     * Events to listen for opening the main modal.
     */
    openEvents: {
        type: PropType<XEvent[]>;
        default: () => string[];
    };
    /**
     * Event to be emitted by the modal when clicked out of its content.
     */
    outOfModalClickEvent: {
        type: PropType<keyof import("../../wiring/events.types").XEventsTypes>;
        default: string;
    };
}>> & Readonly<{}>, {
    closeEvents: (keyof import("../../wiring/events.types").XEventsTypes)[];
    focusOnOpen: boolean;
    openEvents: (keyof import("../../wiring/events.types").XEventsTypes)[];
    outOfModalClickEvent: keyof import("../../wiring/events.types").XEventsTypes;
}, {}, {
    BaseEventsModal: import("vue").DefineComponent<{}, {}, any>;
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
//# sourceMappingURL=main-modal.vue?vue&type=script&lang.d.ts.map