import { FC } from 'react'; interface Props { onSearch: (keyword: string) => void; } declare const FontSearchBox: FC; export default FontSearchBox;