import { TranslationsType } from '../Common/types'; export declare type BannerItemType = { ID: string; imageURL: string; targetURL: string; translations: TranslationsType[]; activeStartTime: number; activeEndTime: number; published: boolean; };