/// /** * Кнопка для вызова ошибки type = Default */ export declare const BuggyButton: () => JSX.Element; /** * Кнопка для вызова ошибки чанков ErrorChunkError c type = OutdatedRelease */ export declare const ChunkLoadErrorButton: () => JSX.Element; /** * Кнопка для вызова ошибки чанков Failed to fetch dynamically imported module c type = OutdatedRelease */ export declare const FailedFetchModuleButton: () => JSX.Element;