import { CLGenericFunction } from '../../index.ts'; export interface CLTableCellProps { /** The number of columns that the cell should span. */ colSpan?: number; /** When set to `true` sets the horizontal alignment of the cell content to right. */ isAction?: boolean; /** When set to `true` adds a background color to the cell to bring more attention to it. */ isActive?: boolean; /** When set to `true` bolds any text content within the cell. */ isHeader?: boolean; /** When set to `true` aligns the cell content to the right. */ isNumber?: boolean; /** The function to call when the cell is clicked. */ onClick?: CLGenericFunction; } declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, { isActive: boolean; colSpan: number; isAction: boolean; isHeader: boolean; isNumber: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, { default?(_: {}): any; default?(_: {}): any; default?(_: {}): any; default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };