import * as React from 'react'; import { GridCellParams } from '@material-ui/x-grid'; interface DemoLinkProps { href: string; children: string; } export declare const DemoLink: React.NamedExoticComponent; export declare function renderLink(params: GridCellParams): JSX.Element; export {};