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