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