export declare class SlPaginationLight {
    startLabel: string;
    endLabel: string;
    maxLabel: string;
    ofLabel: string;
    pos: string;
    render(): any;
}
