import { default as React } from 'react'; declare const _default: React.MemoExoticComponent<({ width, height, style, className, dataTestId, backgroundColor, foregroundColor, animate, animationDuration, ariaLabel, viewBox, children, }: { height: number | string; width: number | string; animate?: boolean; animationDuration?: number; ariaLabel?: string; backgroundColor?: string; children?: React.ReactNode; className?: string; dataTestId?: string; foregroundColor?: string; style?: React.CSSProperties; viewBox?: string | undefined; }) => import("react/jsx-runtime").JSX.Element>; export default _default;