import { ElementType } from 'react'; export interface RestrictedGovtMastheadItemProps { icon: ElementType; header: string; children: React.ReactNode; } export declare const RestrictedGovtMastheadItem: ({ icon, header, children, }: RestrictedGovtMastheadItemProps) => JSX.Element;