import { TdOverlayProps } from './type'; import { PropType } from 'vue'; declare const _default: { backgroundColor: { type: StringConstructor; default: string; }; customStyle: { type: StringConstructor; default: string; }; duration: { type: NumberConstructor; default: number; }; preventScrollThrough: { type: BooleanConstructor; default: boolean; }; visible: BooleanConstructor; zIndex: { type: NumberConstructor; default: number; }; onClick: PropType; }; export default _default;