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