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