import { ComponentType } from 'react'; import { BlockQuoteProps, QuoteProps, TimeProps } from './Text.types'; import { TextProps } from '../primitives/Text'; export declare const P: ComponentType; export declare const B: ComponentType; export declare const S: ComponentType; export declare const Del: ComponentType; export declare const Strong: ComponentType; export declare const I: ComponentType; export declare const Q: ComponentType; export declare const BlockQuote: ComponentType; export declare const EM: ComponentType; export declare const BR: ComponentType; export declare const Small: ComponentType; export declare const Mark: ComponentType; export declare const Code: ComponentType; export declare const Time: ComponentType; export declare const Pre: ComponentType; //# sourceMappingURL=_Text.web.d.ts.map