1import { ComponentType } from 'react'; 2import { BlockQuoteProps, QuoteProps, TimeProps } from './Text.types'; 3import { TextProps } from '../primitives/Text'; 4export declare const P: ComponentType<TextProps>; 5export declare const B: ComponentType<TextProps>; 6export declare const S: ComponentType<TextProps>; 7export declare const Del: ComponentType<TextProps>; 8export declare const Strong: ComponentType<TextProps>; 9export declare const I: ComponentType<TextProps>; 10export declare const Q: ComponentType<QuoteProps>; 11export declare const BlockQuote: ComponentType<BlockQuoteProps>; 12export declare const EM: ComponentType<TextProps>; 13export declare const BR: ComponentType<TextProps>; 14export declare const Small: ComponentType<TextProps>; 15export declare const Mark: ComponentType<TextProps>; 16export declare const Code: ComponentType<TextProps>; 17export declare const Time: ComponentType<TimeProps>; 18export declare const Pre: ComponentType<TextProps>; 19//# sourceMappingURL=_Text.web.d.ts.map