import { PieList as PieListLit } from './index'; import { ListProps } from './defs'; import * as React from 'react'; export * from './defs'; type ReactBaseType = React.HTMLAttributes; export declare const PieList: React.ForwardRefExoticComponent, "children">> & React.RefAttributes & ReactBaseType>; //# sourceMappingURL=react.d.ts.map