import './style'; export type { StepsProps } from './Steps'; export type { StepItemProps } from './StepItem'; export * from './type'; export declare const Steps: import("react").FC; export declare const StepItem: import("react").FC; export default Steps;