import { DialogProps } from '../../Dialog';
/**
 * A component that can be used to configure the value in a
 * NumberFormatterContext. Updates are staged until the Apply
 * button in the Dialog is pressed.
 */
export declare const NumberFormatterDialog: React.FC<Pick<DialogProps, 'open' | 'onClose' | 'title' | 'sx'>>;
