export * from './number-format.api'; declare const _NumberFormat: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; default: string; }; type: { type: import("vue").PropType<"currency" | "decimal" | "percent">; default: string; }; currency: { type: import("vue").PropType<"CNY" | "USD" | (string & {})>; default: string; }; beforeDisplay: { type: import("vue").PropType<(value: string) => string>; }; }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "decimal" | "percent" | "currency"; animate: boolean; duration: number; precision: number; currency: (string & {}) | "CNY" | "USD"; locales: (string & {}) | "zh-Hans" | "en-US"; }, true, {}, import("vue").SlotsType, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; default: string; }; type: { type: import("vue").PropType<"currency" | "decimal" | "percent">; default: string; }; currency: { type: import("vue").PropType<"CNY" | "USD" | (string & {})>; default: string; }; beforeDisplay: { type: import("vue").PropType<(value: string) => string>; }; }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, { type: "decimal" | "percent" | "currency"; animate: boolean; duration: number; precision: number; currency: (string & {}) | "CNY" | "USD"; locales: (string & {}) | "zh-Hans" | "en-US"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; default: string; }; type: { type: import("vue").PropType<"currency" | "decimal" | "percent">; default: string; }; currency: { type: import("vue").PropType<"CNY" | "USD" | (string & {})>; default: string; }; beforeDisplay: { type: import("vue").PropType<(value: string) => string>; }; }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "decimal" | "percent" | "currency"; animate: boolean; duration: number; precision: number; currency: (string & {}) | "CNY" | "USD"; locales: (string & {}) | "zh-Hans" | "en-US"; }, {}, string, import("vue").SlotsType, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin; export { _NumberFormat as NumberFormat }; export default _NumberFormat;