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