import { DEFAULT_LABELS } from '@creaditor/gallery'; import { Lang } from './i18n'; type GalleryLabels = Record; export declare function galleryLabelsFor(lang: Lang): GalleryLabels; export {};