import { FormatAmountControllerPropsType, FormatedAmountType } from './types'; export declare class FormatAmountController { static getData(props: FormatAmountControllerPropsType): FormatedAmountType; private static getLabel; private static formatDecimalPart; }