import { Document, Example } from '@component-controls/core'; import { TablePaginationProps } from './TablePagination'; declare const _default: Document; export default _default; export declare const overview: Example; export declare const noHeader: Example; export declare const sortable: Example; export declare const filterable: Example; export declare const grouping: Example; export declare const editing: Example; export declare const rowSelect: Example; export declare const pagination: Example;