import { ActiveTable } from '../../../../activeTable';
export declare class RowsPerPageDropdownItem {
    private static readonly ITEM_CLASS;
    static readonly ALL_ITEM_TEXT = "all";
    static populate(at: ActiveTable, dropdownElement: HTMLElement, optionsButton: HTMLElement): void;
}
//# sourceMappingURL=rowsPerPageDropdownItem.d.ts.map