168675f3eSEvan Baconimport { ComponentType } from 'react'; 2896103abSandyimport { BlockQuoteProps, QuoteProps, TimeProps } from './Text.types'; 3*8a424bebSJames Ideimport { TextProps } from '../primitives/Text'; 468675f3eSEvan Baconexport declare const P: ComponentType<TextProps>; 568675f3eSEvan Baconexport declare const B: ComponentType<TextProps>; 668675f3eSEvan Baconexport declare const S: ComponentType<TextProps>; 768675f3eSEvan Baconexport declare const Del: ComponentType<TextProps>; 868675f3eSEvan Baconexport declare const Strong: ComponentType<TextProps>; 968675f3eSEvan Baconexport declare const I: ComponentType<TextProps>; 10896103abSandyexport declare const Q: ComponentType<QuoteProps>; 11896103abSandyexport declare const BlockQuote: ComponentType<BlockQuoteProps>; 1268675f3eSEvan Baconexport declare const EM: ComponentType<TextProps>; 1368675f3eSEvan Baconexport declare const BR: ComponentType<TextProps>; 1468675f3eSEvan Baconexport declare const Small: ComponentType<TextProps>; 1568675f3eSEvan Baconexport declare const Mark: ComponentType<TextProps>; 1668675f3eSEvan Baconexport declare const Code: ComponentType<TextProps>; 17896103abSandyexport declare const Time: ComponentType<TimeProps>; 1868675f3eSEvan Baconexport declare const Pre: ComponentType<TextProps>; 1900ec8cabSEvan Bacon//# sourceMappingURL=_Text.web.d.ts.map