import { InputProps } from 'react-select'; /** * Custom input component for react-select to add data-testid attribute */ export declare const CustomInput: (props: InputProps) => import("react/jsx-runtime").JSX.Element;