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