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