import { ReactNode } from 'react'; export declare const selectDialAtom: import('jotai').PrimitiveAtom & { init: string; }; export declare function useDialAtom(component: string): [unknown, (args_0: unknown) => void]; export declare function useAllDialAtoms(): Record; export declare function MainMenuPanel({ actionComponent, }: { actionComponent?: ReactNode; }): import("react/jsx-runtime").JSX.Element; export declare function _AllComponentsDebugView(): import("react/jsx-runtime").JSX.Element;