export declare class DCredentialService { name: string; issuer: string; logoSrc?: string; organization?: string; href?: string; render(): any; }