export declare const useStepValues: (type: "market" | "limit", symbol?: string, isTickSize?: boolean) => { expectedValue: (value?: string | null) => string; onChangeValue: (_value?: string, isBuy?: boolean) => string | number; }; //# sourceMappingURL=index.d.ts.map