import { FC } from 'react'; interface Props { onStartSearch: (kw: string) => void; } declare const FrameSearchBox: FC; export default FrameSearchBox;