import { TdDropdownMenuProps } from './type';
import { PropType } from 'vue';
declare const _default: {
    closeOnClickOverlay: {
        type: BooleanConstructor;
        default: boolean;
    };
    direction: {
        type: PropType<TdDropdownMenuProps['direction']>;
        default: TdDropdownMenuProps['direction'];
        validator(val: TdDropdownMenuProps['direction']): boolean;
    };
    duration: {
        type: PropType<TdDropdownMenuProps['duration']>;
        default: TdDropdownMenuProps['duration'];
    };
    showOverlay: {
        type: BooleanConstructor;
        default: boolean;
    };
    zIndex: {
        type: NumberConstructor;
        default: number;
    };
};
export default _default;
