import type { PropType } from 'vue'; import type { TooltipPlacement } from 'ant-design-vue/es/tooltip/Tooltip'; declare const _default: { title: StringConstructor; placement: PropType; disabled: BooleanConstructor; }; export default _default;