/** * Data table with search, sort, pagination and row actions * * Vue wrapper for the `DataView` controller (`@42/core/data-view`). Props mirror * the controller options; events are re-emitted with the CustomEvent detail. * Place the controller markup in the default slot. */ declare const _default: import('vue').DefineComponent, () => import('vue').VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("dataview:change" | "dataview:row-action")[], "dataview:change" | "dataview:row-action", import('vue').PublicProps, Readonly> & Readonly<{ "onDataview:change"?: ((...args: any[]) => any) | undefined; "onDataview:row-action"?: ((...args: any[]) => any) | undefined; }>, { loading: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;