import type { ValueStringProps as StringValueProps } from '../String';
export type ValueNationalIdentityNumberProps = StringValueProps;
declare function NationalIdentityNumber(props: ValueNationalIdentityNumberProps): import("react/jsx-runtime").JSX.Element;
export default NationalIdentityNumber;
