import { Direction } from '../../../shared/types';
declare const _sfc_main: import("vue").DefineComponent<{
    domRect: {
        type: null;
        required: true;
    };
    direction: {
        type: null;
        required: true;
    };
}, {
    props: {
        domRect: DOMRect | null;
        direction: Direction;
    };
    el: import("vue").Ref<HTMLElement | null>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
    domRect?: unknown;
    direction?: unknown;
} & {
    direction: any;
    domRect: any;
} & {}>, {}>;
export default _sfc_main;
