import type { Ref } from 'vue';
export declare function useCellRender(props: any, tableRef: Ref): void;
