import type { PropertiesTableProps } from '../../shared/types';
export declare const NumberFormatNumberProperties: PropertiesTableProps;
export declare const NumberFormatCurrencyProperties: PropertiesTableProps;
export declare const NumberFormatPercentProperties: PropertiesTableProps;
export declare const NumberFormatPhoneNumberProperties: PropertiesTableProps;
export declare const NumberFormatBankAccountNumberProperties: PropertiesTableProps;
export declare const NumberFormatNationalIdentityNumberProperties: PropertiesTableProps;
export declare const NumberFormatOrganizationProperties: PropertiesTableProps;
/**
 * @deprecated Split per variant (`NumberFormat.Number`, `NumberFormat.Currency`, …).
 * Kept for internal usage in Stat/Forms docs that aggregate all available props.
 */
export declare const NumberFormatProperties: PropertiesTableProps;
