import 'dayjs/locale/ru'; export declare class FtbStageCupNetStories { from: any; to: any; currentField: 'from' | 'to'; locale: string; componentWillLoad(): void; toggleLocale(): void; render(): any; }