import { PropsWithChildrenAndClassName } from '../../types'; /** * **JSON-format type: step** * * Children: `[action result? infoBox?]` * * @param children * @param className * @param props * @constructor */ declare function ProcedureStep({ children, className, ...props }: PropsWithChildrenAndClassName): import("react/jsx-runtime").JSX.Element; export { ProcedureStep };