import { Ref } from "vue";
import { ColumnContext, UseCellContent } from "../types";
export declare function useCellContentStyle(context: Ref<ColumnContext>): UseCellContent;
