import { ExtractPropTypes } from 'vue';
export declare const renderTsxProps: {
    readonly row: {
        readonly type: ObjectConstructor;
        readonly default: () => {};
    };
    readonly scope: {
        readonly type: ObjectConstructor;
        readonly default: () => {};
    };
};
export type RenderTsxProps = ExtractPropTypes<typeof renderTsxProps>;
