import type { Img } from '../../types/props.js'; export type CreativeModuleDataType = { img: Img; mobileImg: Img; title: string; description: string; theme: 'light' | 'dark'; span: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12; }; declare const _default: any; export default _default;