import type { VirtualTableColumnCtx } from './types'; declare const Row: { ({ "row-props": rowProps, "expand-column": expandColumn, }: { "row-props": any; "expand-column": VirtualTableColumnCtx; }): any; inheritAttrs: boolean; }; export default Row;