import { PropsWithChildren, FunctionComponent } from 'react'; type Props = { onRefresh: () => void; }; declare const InfoCardHeader: FunctionComponent>; export default InfoCardHeader;