/// export declare function MobileOptions({ onClose, onConnect, }: { onClose: () => void; onConnect?: () => void; }): JSX.Element;