export declare const StepNum: ({ num, min, onChange }: { num: number; min?: number; onChange?: any; }) => import("react/jsx-runtime").JSX.Element;