import { FC } from 'react'; import { HeaderConfig } from './index'; import './style'; declare const LayoutHeader: FC; export default LayoutHeader;