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