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