import { DataApi, RowAction } from '../types/shared'; import { DataListSchema } from '../types/datalist'; import { GenericObject } from '../../_shared/types/utils'; type __VLS_Props = { data: GenericObject; content: DataListSchema['content']; expandedContent?: DataListSchema['expandedContent']; expandable?: DataListSchema['expandable']; rowActions: RowAction[]; enableSelection: boolean; selectAll: boolean; selected: boolean; listApi: DataApi; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:selected": (value: boolean, range: boolean) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:selected"?: ((value: boolean, range: boolean) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;