import { AlertWrapperProps } from './AlertWrapper';

export declare const AlertComponentDef: {
    type: "Alert";
    props: {
        open: boolean;
    };
    state: false;
    icon: string;
    category: "navigation";
    component: (props: AlertWrapperProps) => import("react/jsx-runtime").JSX.Element;
    schema: import('../..').ExtendedObjectSchemaType;
};
