import { BoxProps } from "../../components"; export interface HeadingSideModuleProps extends BoxProps { data: any; moduleAnims?: any; }