import { ComponentPropsWithoutRef, FC, PropsWithChildren } from 'react'; declare const SubHeader: FC & PropsWithChildren>; export default SubHeader;