/// export { BaseCollapse as Collapse } from '../utils/ComponentLibrary'; /** * Chakra exports four components Fade, ScaleFade, Slide, and SlideFade to provide simple transitions. * Most transition components are made using framer-motion. They accept the following props: * Common props from framer's "motion" elements * "in" prop used to trigger the transition * "unmountOnExit" prop used to unmount the component when it is not visible. * See docs: https://chakra-ui.com/docs/components/transitions */ export declare function Fade({ ...props }: any): JSX.Element; export declare function ScaleFade({ ...props }: any): JSX.Element; export declare function Slide({ ...props }: any): JSX.Element; export declare function SlideFade({ ...props }: any): JSX.Element; //# sourceMappingURL=Transitions.d.ts.map