import { JSX } from 'solid-js/jsx-runtime'; export type HapticInputProps = JSX.InputHTMLAttributes & { children?: JSX.Element; }; export declare function HapticInput(props: HapticInputProps): JSX.Element;