import { FunctionComponent } from "preact";
export declare const LinkDialog: FunctionComponent<{
    darkMode: boolean;
    version: string;
    sessionId: string;
    sessionSecret: string;
    walletLinkUrl: string;
    isOpen: boolean;
    isConnected: boolean;
    onCancel: (() => void) | null;
}>;
