import { InputErrors } from '../../../spot-ui/src/index.ts'; export declare const useTriggerAmountPerChunk: (triggerPrice?: string) => { amount: string | undefined; amountUI: string; usd: string; }; export declare const useTriggerPrice: () => { amountUI: string; usd: string; error: { type: InputErrors; value: string; } | undefined; pricePerChunk: string | undefined; pricePerChunkUI: string; pricePerChunkUsd: string; amount: string; typedValue: string | undefined; selectedPercentage: string; onChange: (typed?: string) => void; onPercentageChange: (percent?: string) => void; isTypedValue: boolean; }; //# sourceMappingURL=use-trigger-price.d.ts.map