import { FunctionComponent, HTMLAttributes } from 'react'; declare type Props = HTMLAttributes; declare const OverviewBlockRow: FunctionComponent; export default OverviewBlockRow;