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