import type { BlockQuoteProps, QuoteProps, TimeProps } from './Text.types'; import type { TextProps } from '../primitives/Text'; import type { ViewProps } from '../primitives/View'; export declare function P({ style, ...props }: TextProps): import("react/jsx-runtime").JSX.Element; export declare function B({ style, ...props }: TextProps): import("react/jsx-runtime").JSX.Element; export declare function S({ style, ...props }: TextProps): import("react/jsx-runtime").JSX.Element; export declare function I({ style, ...props }: TextProps): import("react/jsx-runtime").JSX.Element; export declare function Q({ children, cite, style, ...props }: QuoteProps): import("react/jsx-runtime").JSX.Element; export declare function BlockQuote({ style, cite, ...props }: BlockQuoteProps): import("react/jsx-runtime").JSX.Element; export declare function BR({ style, ...props }: TextProps): import("react/jsx-runtime").JSX.Element; export declare function Mark({ style, ...props }: TextProps): import("react/jsx-runtime").JSX.Element; export declare function Code({ style, ...props }: TextProps): import("react/jsx-runtime").JSX.Element; type PreProps = TextProps | ViewProps; export declare function Pre(props: PreProps): import("react/jsx-runtime").JSX.Element; export declare function Time({ dateTime, ...props }: TimeProps): import("react/jsx-runtime").JSX.Element; export declare const Strong: typeof B; export declare const Del: typeof S; export declare const EM: typeof I; export declare const Span: import("react").ComponentType; export {}; //# sourceMappingURL=Text.d.ts.map