/// import IFrontController from "../../../types/front-controller"; import { TermsAndConditions } from "../../hooks/useRecorderState"; interface Props { client: IFrontController; termsAndConditions?: TermsAndConditions; } declare const SearchWidget: (props: Props) => JSX.Element; export default SearchWidget;