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