import { SmartCircle, SmartProgressProps } from './PropTypes'; declare function Progress(props: SmartProgressProps): import("react/jsx-runtime").JSX.Element; declare namespace Progress { var Circle: (props: SmartCircle) => import("react/jsx-runtime").JSX.Element; } export { Progress, SmartProgressProps, SmartCircle };