import { StepsProps } from './interfaces'; export { StepsProps }; declare const Steps: ({ steps, orientation, connectorLines, ...props }: StepsProps) => JSX.Element; export default Steps;