import { TransitionProps } from 'notistack'; /** * Notistack-compatible Slide transition. Notistack passes an anchor-aware * `direction` in props (e.g. 'up' for bottom, 'down' for top, 'left' for right), * so we keep `direction="up"` only as a fallback and let that prop win. */ export declare const SlideTransition: import('../../../node_modules/react').ForwardRefExoticComponent>; /** * Notistack-compatible Grow transition (scales in from the center). */ export declare const GrowTransition: import('../../../node_modules/react').ForwardRefExoticComponent>;