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