import { ComponentType } from 'react';
import type { StepperTypographyProps } from './Stepper.types';
export declare const StepperContainer: ComponentType<any>;
export declare const ChipContainer: ComponentType<any>;
export declare const StepperChip: ComponentType<any>;
export declare const StepperTypography: ComponentType<StepperTypographyProps>;
