import React from 'react';
import { InputBaseComponentProps } from '@mui/material/InputBase';
export declare const CustomInputComponent: React.FC<InputBaseComponentProps>;
