import type { CellDef } from './TariffsTableContent'; export declare const renderCell: ({ label, description, __html, isDotted, buttons, image }: CellDef, i: number) => any;