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