export default function SearchImageAndVideo({ isVideo, onImagesFetched, }: { isVideo?: boolean; onImagesFetched: (images: { thumb: string; full: string; }[]) => void; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=search-unsplash.d.ts.map