import type { PropType } from 'vue'; import type { ListItem } from '../utils/types'; /** * The `BaseVariableColumnGrid` component is a wrapper of the `BaseGrid` component that listens to * the `UserClickedColumnPicker` and the `ColumnsNumberProvided` events and passes the * selected number of columns to the grid. It also allows to customize the grid items using the * available `scopedSlots`. * * @public */ declare const _default: import("vue").DefineComponent; /** * The columns to render by default in the grid. This property is used when the user has not * selected any value in the column picker. * * @internal */ columns: { type: NumberConstructor; default: number; }; }>, { columnsToRender: import("vue").ComputedRef; slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; /** * The columns to render by default in the grid. This property is used when the user has not * selected any value in the column picker. * * @internal */ columns: { type: NumberConstructor; default: number; }; }>> & Readonly<{}>, { animation: string | Function | Record; columns: number; }, {}, { BaseGrid: import("vue").DefineComponent<{}, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=base-variable-column-grid.vue?vue&type=script&lang.d.ts.map