import { TdTextProps } from '../typography/type'; import { PropType } from 'vue'; declare const _default: { code: BooleanConstructor; content: { type: PropType import("vue/types/vnode").ScopedSlotReturnValue)>; }; copyable: { type: PropType; default: boolean; }; default: { type: PropType import("vue/types/vnode").ScopedSlotReturnValue)>; }; delete: BooleanConstructor; disabled: BooleanConstructor; ellipsis: { type: PropType; default: boolean; }; italic: BooleanConstructor; keyboard: BooleanConstructor; mark: { type: PropType; default: boolean; }; strong: BooleanConstructor; theme: { type: PropType<"error" | "success" | "primary" | "warning" | "secondary">; validator(val: TdTextProps['theme']): boolean; }; underline: BooleanConstructor; }; export default _default;