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