declare const cssClasses: { readonly PREFIX: "semi-page"; }; declare const strings: {}; declare const numbers: { readonly PAGE_SHOW_MAX: 7; readonly REST_PAGE_SHOW_MAX: 5; readonly DEFAULT_PAGE_SIZE: 10; readonly PAGE_SIZE_OPTION: readonly [10, 20, 40, 100]; readonly REST_PAGE_MAX_SIZE: 1000000; }; export { cssClasses, strings, numbers };