interface Header2Props { text: string; class?: string; } export declare const Header2: (props: Header2Props) => any; export {};