import { SDKUtils, smartCollectionsProps } from "../../models/common"; interface Props extends smartCollectionsProps { self: SDKUtils; } export declare const smartCollections: ({ ...props }: Props) => void; export {};