import { FC, PropsWithChildren } from 'react'; import { ProgressIndicatorProps } from '../progress-indicator'; export declare const ProgressIndicator: FC>; export * from './progress-indicator.types';