import React from 'react'; import type { StepLabelProps } from './types'; declare const StepLabel: React.NamedExoticComponent; export { StepLabel }; //# sourceMappingURL=StepLabel.d.ts.map