import { ContentSearchProps } from "../../models/content"; import { SDKUtils } from "../../models/common"; interface Props extends ContentSearchProps { self: SDKUtils; } export declare const contentSearch: ({ self, page, query, callback }: Props) => void; export {};