import { CLGenericFunction } from '../../index.ts'; export interface CLTableRowProps { /** The function to call when the row is clicked. */ onClick?: CLGenericFunction; } declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTableRowElement>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };