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