import { LocaleText } from '@befe/brick-core'; /** * @public */ export interface LocaleIntro { 'get_started': LocaleText; } export declare const localeDictIntro: import("@befe/brick-core").ComponentLocale<{ en_us: { get_started: string; }; zh_cn: { get_started: string; }; }>;