import * as _chakra_ui_system from '@chakra-ui/system'; import { HTMLChakraProps } from '@chakra-ui/system'; import { HTMLMotionProps, Variant } from 'framer-motion'; import react__default from 'react'; type HTMLMotionChakraProps = Omit, keyof HTMLMotionProps> & Omit, "style" | "onDrag" | "onDragEnd" | "onDragStart" | "onAnimationStart" | "variants" | "transition" | "children"> & { variants?: MotionVariants; }; type MotionVariants = Partial>; interface PopoverTransitionProps extends HTMLMotionChakraProps<"section"> { } declare const PopoverTransition: _chakra_ui_system.ComponentWithAs<_chakra_ui_system.As, PopoverTransitionProps>; export { PopoverTransition, PopoverTransitionProps };