import { HeaderBlock, Props } from '../interfaces'; import './index.css'; export declare function header({ data }: Props): string;