import { FC } from 'react'; import { PieSvgProps } from '@nivo/pie'; /** * Pie charts can be used to show proportion, which expresses a partial * value in comparison to a total value. */ export declare const Pie: FC;