import * as react_jsx_runtime from 'react/jsx-runtime'; import { ProgressBarPercentProps, ProgressBarStepProps, ProgressBarCoreProps } from './ProgressBar.types.js'; import * as _emotion_react_types_jsx_namespace from '@emotion/react/types/jsx-namespace'; declare const ProgressBarNameSpace: { Percent: ({ size, value, ...rest }: ProgressBarPercentProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element; Step: ({ size, value, maxStep, ...rest }: ProgressBarStepProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element; Core: ({ size, value, variant, }: ProgressBarCoreProps) => react_jsx_runtime.JSX.Element; }; export { ProgressBarNameSpace as ProgressBar, ProgressBarCoreProps, ProgressBarPercentProps, ProgressBarStepProps };