import { PropType } from 'vue'; import { Styles } from '@wolf-tui/core'; import { ClassNameValue } from '@wolf-tui/shared'; export interface TextProps { className?: ClassNameValue; style?: Styles; 'aria-label'?: string; 'aria-hidden'?: boolean; } /** * This component can display text and change its style to make it bold, underlined, italic, or strikethrough. */ export declare const Text: import('vue').DefineComponent; default: undefined; }; style: { type: PropType; default: () => {}; }; 'aria-label': { type: StringConstructor; default: undefined; }; 'aria-hidden': { type: BooleanConstructor; default: boolean; }; }>, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; default: undefined; }; style: { type: PropType; default: () => {}; }; 'aria-label': { type: StringConstructor; default: undefined; }; 'aria-hidden': { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, { style: Styles; className: ClassNameValue; 'aria-label': string; 'aria-hidden': boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export type { TextProps as Props, TextProps as IProps }; //# sourceMappingURL=Text.d.ts.map