import * as react_jsx_runtime from 'react/jsx-runtime'; import { FilterTextMask } from '../../lib/table-properties-types.js'; declare function FilterTextValueInput({ id, mask, value, onValueChange, "aria-label": ariaLabel, placeholder, className, autoFocus, }: { id?: string; mask?: FilterTextMask; value: string; onValueChange: (next: string) => void; "aria-label": string; placeholder?: string; className?: string; autoFocus?: boolean; }): react_jsx_runtime.JSX.Element; export { FilterTextValueInput };