import { type UniversalVanillaArgs } from "../vanillaStoryConfig"; export declare const paginationExampleDefaults: { shouldPaginate: boolean; rowsPerPage: number; columnReordering: boolean; columnResizing: boolean; selectableCells: boolean; selectableColumns: boolean; theme: "modern-dark"; height: string; }; export declare function renderPaginationExample(args?: Partial): HTMLElement;