import { Spaces } from '../../lib/types.ts'; interface Props { data: number[]; height?: number; gap?: Spaces; expand?: boolean; compact?: boolean; } declare const __VLS_base: import('vue').DefineComponent any; cellClick: (index: number) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onClick?: (() => any) | undefined; onCellClick?: ((index: number) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };