import { BoxProps } from "../../components"; export interface RichTextAndTwoMediaStackedModuleProps extends BoxProps { data: any; moduleAnims?: any; imageSizes?: any; smallImageSizes?: any; imageQuality?: any; backgroundImageSizes?: any; backgroundImageQuality?: any; imagePriority?: boolean; }