/// import { InputProps } from "../../../molecules/input"; interface SearchbarProps extends InputProps { onSearch?: (value: string) => void; } export declare const Searchbar: ({ onSearch, ...rest }: SearchbarProps) => JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map