import { PaginatorService } from "./paginator.service";
import { EventsService } from "./event.service";
export declare class LarangPaginatorModule {
    static forRoot(): {
        ngModule: typeof LarangPaginatorModule;
        providers: (typeof EventsService | typeof PaginatorService)[];
    };
}
