import { WithTopListing } from "../../types/topListing"; import { Paginated } from "../../types/pagination"; import { WithFieldStats } from "../../types/fieldStats"; export declare const PaginatedLeads: (content: T[], pagination?: {}) => Paginated; export default function (content: T[], options?: {}): WithTopListing>>;