import * as React from 'react'; export interface ChartPie-3524Props extends React.SVGProps { ariaLabel?: string } export default function ChartPie-3524({ ariaLabel, ...props }: ChartPie-3524Props) { return ( ); }