import type { AlertProps } from '@mui/material'; import type { PropsWithChildren } from 'react'; import React from 'react'; /** Shows a warning when a payload is present but no render plugins are configured. */ export declare const ValidatePluginsAlert: React.FC>; //# sourceMappingURL=ValidatePlugins.d.ts.map