import React from 'react'; import { SRProps } from '../types'; import '../index.less'; export declare const Header: (props: SRProps) => React.JSX.Element;