import { OS } from '@flowind/hooks'; export declare const getInputMode: (step: number, precision: number, os: OS) => 'none' | 'text' | 'search' | 'email' | 'tel' | 'url' | 'numeric' | 'decimal';