import * as React from "react"; import { IElementRefProps } from "../../common"; export declare const H1: React.FunctionComponent & IElementRefProps>; export declare const H2: React.FunctionComponent & IElementRefProps>; export declare const H3: React.FunctionComponent & IElementRefProps>; export declare const H4: React.FunctionComponent & IElementRefProps>; export declare const H5: React.FunctionComponent & IElementRefProps>; export declare const H6: React.FunctionComponent & IElementRefProps>; export declare const Blockquote: React.FunctionComponent & IElementRefProps>; export declare const Code: React.FunctionComponent & IElementRefProps>; export declare const Pre: React.FunctionComponent & IElementRefProps>; export declare const Label: React.FunctionComponent & IElementRefProps>; export declare const OL: React.FunctionComponent & IElementRefProps>; export declare const UL: React.FunctionComponent & IElementRefProps>;