type Props = { step?: string | number | number[]; min?: string | number; max?: string | number; }; export declare const useSortSteps: (props: Props) => number | number[]; export {};