/// <reference types="react" />
import { UpHeadingProps } from './';
import { ThemeInterface } from "../../../Common/theming/types";
export declare const H1: React.ComponentClass<React.HTMLProps<HTMLHeadingElement> & UpHeadingProps & {
    theme?: ThemeInterface;
    innerRef?: (instance: any) => void;
}>;
export declare const H2: React.ComponentClass<React.HTMLProps<HTMLHeadingElement> & UpHeadingProps & {
    theme?: ThemeInterface;
    innerRef?: (instance: any) => void;
}>;
export declare const H3: React.ComponentClass<React.HTMLProps<HTMLHeadingElement> & UpHeadingProps & {
    theme?: ThemeInterface;
    innerRef?: (instance: any) => void;
}>;
export declare const H4: React.ComponentClass<React.HTMLProps<HTMLHeadingElement> & UpHeadingProps & {
    theme?: ThemeInterface;
    innerRef?: (instance: any) => void;
}>;
export declare const H5: React.ComponentClass<React.HTMLProps<HTMLHeadingElement> & UpHeadingProps & {
    theme?: ThemeInterface;
    innerRef?: (instance: any) => void;
}>;
