export type JSONTableCellRendererProps = {
    value: string | null;
};
export default function JSONTableCellRenderer(props: JSONTableCellRendererProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=JSONTableCellRenderer.d.ts.map