import { FC, ReactNode } from 'react';
export declare const Header: FC<{
    children?: ReactNode;
}>;
