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