import React from 'react'; type IRenderFunction
= (props?: P, defaultRender?: (props?: P) => JSX.Element | null) => JSX.Element | null; export declare const onLabelRender:
(tooltipText?: string, props?: P, defaultRender?: (props?: P) => React.ReactElement | null) => React.ReactElement | null; export declare const getLabelRenderer:
(title?: string) => IRenderFunction
| undefined; /** * Method formats passed id into valid selector id for 'querySelector(#{id})'. * * @param id - Passed id for formatting. * @returns Formatted id. */ export declare function formatDomId(id: string): string; export {}; //# sourceMappingURL=renderUtils.d.ts.map