import type { AlertProps } from '@mui/material'; import type { PropsWithChildren } from 'react'; import React from 'react'; /** Shows an error alert when enabled payload schema validation fails. */ export declare const ValidatePayloadAlert: React.FC>; //# sourceMappingURL=ValidatePayload.d.ts.map