import type { StyleProps } from '../types/genericTypes'; interface HeaderProps extends StyleProps { } export declare const Header: ({ style }: HeaderProps) => JSX.Element; export {}; //# sourceMappingURL=Header.d.ts.map