import { IProps } from './chart/chart'; import { Inputs, Output } from './transformers/treemapCellTransformer'; declare const transformData: (inputs: Inputs) => Output; export { transformData, Inputs, Output, }; declare const _default: (props: IProps) => JSX.Element; export default _default;