import { FunctionalComponent } from '../stencil-public-runtime';
import { GenericIdentifierType } from '../utils/GenericIdentifierType';
export declare class URLType extends GenericIdentifierType {
    getSettingsKey(): string;
    hasCorrectFormat(): boolean;
    init(): Promise<void>;
    isResolvable(): boolean;
    renderPreview(): FunctionalComponent<any>;
}
