import { BoxProps, ContentBlockMotionTypes } from "../../components"; export interface HeadingVerticalModuleProps extends BoxProps { data: any; moduleAnims?: { module: Record; content: ContentBlockMotionTypes; }; imageSizes?: string; imageQuality?: number; imagePriority?: boolean; }