import { I18n } from '../../interfaces'; interface I18nCarouselLabel { left: string; right: string; } export declare const i18nControlLabel: I18n; export {};