import type { FC } from 'react'; import type { ProLayoutType } from '../../../propTypes'; declare const Header: FC; export default Header;