import { JSX } from 'solid-js/jsx-runtime'; type ShortTextInputProps = { ref: HTMLInputElement | undefined; onInput: (value: string) => void; } & Omit, 'onInput'>; export declare const ShortTextInput: (props: ShortTextInputProps) => JSX.Element; export {}; //# sourceMappingURL=ShortTextInput.d.ts.map