type UseSearchActorProps = {
    cursor?: string;
    limit: number;
    search: string;
};
export declare const useSearchActors: ({ cursor, limit, search, }: UseSearchActorProps) => import("@tanstack/react-query").UseQueryResult<any, Error>;
export {};
