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