import { PropsWithChildrenAndClassName } from '../../types'; /** * **JSON-format type: result** * * The result of the preceding action. * * Children: `[any+]` * * @param children * @param className * @constructor */ declare function ProcedureResult({ children, className, ...props }: PropsWithChildrenAndClassName): import("react/jsx-runtime").JSX.Element; export { ProcedureResult };