/// import { FTLSearchFieldProps } from "../../"; export { FTLSearchFieldProps }; export declare const FTLSearchField: ({ onChange, disabled, value, sizeIcon, ...otherProps }: FTLSearchFieldProps) => JSX.Element;