import { MotionAndBoxProps } from '../types' export interface MotionContainerProps extends MotionAndBoxProps { animate?: boolean action?: boolean }