import { instantSearchProps, SDKUtils } from "../../models/common"; interface Props extends instantSearchProps { self: SDKUtils; } export declare const InstantSearch: ({ self, query, callback, withAttributes, withCategories, withProductTypes, withProductVariants, articlesCallback }: Props) => void; export {};