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