import { FunctionalComponent } from '../../stencil-public-runtime'; import { GenericIdentifierType } from '../../utils/GenericIdentifierType'; export declare class FallbackType extends GenericIdentifierType { quickCheck(): boolean; hasMeaningfulInformation(): Promise; init(): Promise; renderPreview(): FunctionalComponent; getSettingsKey(): string; }