import { default as React } from 'react'; import { SfProgressCircularProps } from '../../index.ts'; export default function SfProgressCircular({ value, size, ariaLabel, children, className, circleClassName, ...attributes }: SfProgressCircularProps): React.JSX.Element;