import type { NumberFormatAllProps } from './NumberFormatBase';
export type NumberFormatNationalIdentityNumberProps = Omit<NumberFormatAllProps, 'currency' | 'currencyDisplay' | 'currencyPosition' | 'compact'>;
declare const NumberFormatNationalIdentityNumber: {
    (props: NumberFormatNationalIdentityNumberProps): import("react/jsx-runtime").JSX.Element;
    displayName: string;
};
export default NumberFormatNationalIdentityNumber;
