import { default as React } from 'react';
interface IdentifierGovProps {
    children?: React.ReactNode;
    className?: string;
}
export declare const IdentifierGov: ({ children, className, ...sectionProps }: IdentifierGovProps & JSX.IntrinsicElements['section']) => React.ReactElement;
export default IdentifierGov;
