import type { FC, InputHTMLAttributes } from 'react'; import { type TestableProps } from '../../../utils/testId'; export interface TableSettingsMenuSearchProps extends Omit, 'type' | 'value' | 'onChange'>, TestableProps { } export declare const TableSettingsMenuSearch: FC;