import React from "react"; import type { NumberFieldProps } from "../types"; /** * This field is used to display a number formatted according to the browser locale, right aligned. and uses {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl `Intl`} to display date format * and Chakra UI {@link https://chakra-ui.com/docs/components/text ``} component. * @see {@link https://refine.dev/docs/api-reference/chakra-ui/components/fields/number} for more details. */ export declare const NumberField: React.FC; //# sourceMappingURL=index.d.ts.map