export declare class DVerificationCard { selected: boolean; relyingParty: string; verifier: string; flow: string; logo: string; render(): any; }