import { ComponentInstance } from "formioangular-colfuturo";
export interface GridColumn {
    label?: string;
    path: string;
    renderCell?(cellValue: any, component?: ComponentInstance): string;
}
//# sourceMappingURL=grid-column.d.ts.map