export function withCommand(mappings: any): (WrappedComponent: any) => ({ cmd, cmdOptions, ...props }: { [x: string]: any; cmd: any; cmdOptions?: {} | undefined; }) => import("react/jsx-runtime").JSX.Element | null; export function CmdCheckbox({ cmd, cmdOptions, ...props }: { [x: string]: any; cmd: any; cmdOptions?: {} | undefined; }): import("react/jsx-runtime").JSX.Element | null; export function CmdSwitch({ cmd, cmdOptions, ...props }: { [x: string]: any; cmd: any; cmdOptions?: {} | undefined; }): import("react/jsx-runtime").JSX.Element | null; export function CmdDiv({ cmd, cmdOptions, ...props }: { [x: string]: any; cmd: any; cmdOptions?: {} | undefined; }): import("react/jsx-runtime").JSX.Element | null; export function CmdButton({ cmd, cmdOptions, ...props }: { [x: string]: any; cmd: any; cmdOptions?: {} | undefined; }): import("react/jsx-runtime").JSX.Element | null;