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