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