import type { ComponentProps } from 'react'; export declare const P: (props: ComponentProps<'p'>) => import("react/jsx-runtime").JSX.Element; export declare const Blockquote: (props: ComponentProps<'blockquote'>) => import("react/jsx-runtime").JSX.Element; export declare const Strong: (props: ComponentProps<'strong'>) => import("react/jsx-runtime").JSX.Element;