import { SxProps } from '@mui/material'; import { PropsWithChildren } from 'react'; type IHeaderProps = PropsWithChildren<{ sx?: SxProps; }>; declare function Header(props: IHeaderProps): import("react/jsx-runtime").JSX.Element | null; export { Header }; //# sourceMappingURL=Header.d.ts.map