import { Zoom as MuiZoom, type ZoomProps as MuiZoomProps } from '@mui/material'; export type ZoomProps = MuiZoomProps; export declare const Zoom: typeof MuiZoom;