import { TdOptionProps } from '../select/type'; import { PropType } from 'vue'; declare const _default: { checkAll: BooleanConstructor; content: { type: PropType; }; default: { type: PropType; }; disabled: BooleanConstructor; label: { type: StringConstructor; default: string; }; title: { type: StringConstructor; default: string; }; value: { type: PropType; }; }; export default _default;