import type { ActionsColumn, IndicatorColumn } from "@ticatec/uniface-element/DataTable"; import type { DataColumn } from "@ticatec/uniface-element/DataTable"; import type { IPagedDataManager } from "@ticatec/app-data-manager"; import type { ButtonActions } from "@ticatec/uniface-element/ActionBar"; import type { PageInitialize } from "@ticatec/uniface-micro-frame/common"; import type { GetRowFontStyle } from "@ticatec/uniface-element/types"; interface $$__sveltets_2_IsomorphicComponent = any, Events extends Record = any, Slots extends Record = any, Exports = {}, Bindings = string> { new (options: import('svelte').ComponentConstructorOptions): import('svelte').SvelteComponent & { $$bindings?: Bindings; } & Exports; (internal: unknown, props: Props & { $$events?: Events; $$slots?: Slots; }): Exports & { $set?: any; $on?: any; }; z_$$bindings?: Bindings; } declare const ManagedPagingDataTableBoard: $$__sveltets_2_IsomorphicComponent<{ indicatorColumn: IndicatorColumn; initializeData?: PageInitialize | undefined; columns: Array; actionsColumn?: ActionsColumn | undefined; selectedRows?: Array; list: Array; dataManager: IPagedDataManager; criteria: any; rowHeight?: number; busyIndicator?: string | null; roundTable?: boolean; actions: ButtonActions; advancedTitle?: string | undefined; emptyIndicator?: string | undefined; getRowFontStyle?: GetRowFontStyle | undefined; doSearch?: (reset?: boolean) => Promise; }, { [evt: string]: CustomEvent; }, { 'search-panel': {}; 'advanced-panel': { slot: string; }; }, { doSearch: (reset?: boolean) => Promise; }, string>; type ManagedPagingDataTableBoard = InstanceType; export default ManagedPagingDataTableBoard;