import { KettalPageActions, KettalQTableColumn, TableRow } from "@/types"; declare let __VLS_typeProps: { canDisplayQMenu: boolean; pageActions: KettalPageActions[]; selection: "single" | "multiple" | "none"; }; type __VLS_PublicProps = { "rowData": { cols: KettalQTableColumn[]; row: TableRow; }; } & typeof __VLS_typeProps; declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { updateTableValue: (...args: any[]) => void; activeActionFromRow: (...args: any[]) => void; onClickRow: (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ onUpdateTableValue?: ((...args: any[]) => any) | undefined; onActiveActionFromRow?: ((...args: any[]) => any) | undefined; onOnClickRow?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;