/**
 * Context for cell template
 */
export interface CellTemplateContext<TColumnMetadata = unknown> {
    /**
     * Object of column metadata itself
     */
    readonly column: TColumnMetadata;
}
//# sourceMappingURL=cellTemplate.context.d.ts.map