import { Props } from "./Props"; export const SearchSmall = (props: Props) => { return ( ); };