type LocalWalletConnectViewProps = {
    onConnect: () => void;
};
export declare function LocalWalletConnectView({ onConnect }: LocalWalletConnectViewProps): import("react/jsx-runtime.js").JSX.Element;
export {};
