import Mark from './Mark'; import Blockquote from './Blockquote'; import HorizontalRule from './HorizontalRule'; import ListItem from './ListItem'; import Heading from './Heading'; import TextAlign from './TextAlign'; import Link from './Link'; import Image from './Image'; import TextColor from './TextColor'; export declare const STRONG: Mark; export declare const EM: Mark; export declare const CODE: Mark; export declare const UNDERLINE: Mark; export declare const STRIKE: Mark; export declare const BLOCKQUOTE: Blockquote; export declare const HORIZONTAL_RULE: HorizontalRule; export declare const UL: ListItem; export declare const OL: ListItem; export declare const H1: Heading; export declare const H2: Heading; export declare const H3: Heading; export declare const H4: Heading; export declare const H5: Heading; export declare const H6: Heading; export declare const ALIGN_LEFT: TextAlign; export declare const ALIGN_CENTER: TextAlign; export declare const ALIGN_RIGHT: TextAlign; export declare const ALIGN_JUSTIFY: TextAlign; export declare const LINK: Link; export declare const IMAGE: Image; export declare const TEXT_COLOR: TextColor; export declare const TEXT_BACKGROUND_COLOR: TextColor;