import { FunctionalComponent } from '../../stencil-public-runtime'; import { GenericIdentifierType } from '../../utils/GenericIdentifierType'; export declare class ORCIDType extends GenericIdentifierType { private _orcidInfo; private affiliationAt; private showAffiliation; get data(): string; quickCheck(): boolean; hasMeaningfulInformation(): Promise; init(data?: string): Promise; isResolvable(): boolean; renderPreview(): FunctionalComponent; getSettingsKey(): string; }