declare const fa: { limitMaker: string; addFavoriteSuccessMessage: string; removeFromFavoriteSuccessMessage: string; errorWhileAddingToFavoriteMessage: string; errorWhileRemovingFromFavoriteMessage: string; amount: string; anUnexpectedErrorOccurred: string; cancel: string; filled: string; total: string; million: string; billion: string; kilo: string; insufficientBalance: string; insufficientBalancePleaseFund: string; enterAmount: string; enterPrice: string; failedTwoFa: string; enterStop: string; takeProfit: string; stopLoss: string; limit: string; market: string; valueShouldBeMoreThanMinPrice: string; valueShouldBeLessThanMaxPrice: string; priceShouldBeMoreThanMinPrice: string; priceShouldBeLessThanMaxPrice: string; stopPriceShouldBeMoreThanLastPrice: string; stopPriceShouldBeLessThanLastPrice: string; priceShouldBeLessThanLastPrice: string; priceShouldBeMoreThanLostPrice: string; invalidValue: string; orderSuccessfullyFilled: string; new: string; Rejected: string; Expired: string; PartiallyFilled: string; PendingCancel: string; Insurance: string; Adl: string; UntrustedDevice: string; regNotComp: string; UserIsNotActive: string; IsLockedOut: string; IsNotAllowed: string; invalidUserPass: string; UserIsSuspended: string; depositValueShouldBeMoreThanMinPrice: string; depositValueShouldBeLessThanMaxPrice: string; insufficientBalanceAndLessThanMinDeposit: string; insufficientBalanceAndLessThanMaxDeposit: string; }; export declare type Fa = typeof fa; export default fa; //# sourceMappingURL=fa.d.ts.map