import React from 'react'; import type { ZoomProps } from './types'; /** * Zoom — scales the child from 0 to 1. */ export declare function Zoom(rawProps: ZoomProps): React.ReactElement | null; //# sourceMappingURL=Zoom.d.ts.map