import _Steps from './steps';
import _StepItem from './step-item';
import { WithInstallType } from '../shared';
import { TdStepsProps, TdStepItemProps } from './type';
import './style';
export * from './type';
export declare type StepItemProps = TdStepItemProps;
export declare type StepsProps = TdStepsProps;
export declare const StepItem: WithInstallType<typeof _StepItem>;
export declare const Steps: WithInstallType<typeof _Steps>;
export default Steps;
