import React from 'react'; import type { GrowProps } from './types'; /** * Grow — animates opacity 0→1 and scale 0.75→1 simultaneously. * * // RN-DEVIATION: MUI Web also animates transform-origin to match anchor direction. * // React Native uses center pivot only (default transform-origin behavior). */ export declare function Grow(rawProps: GrowProps): React.ReactElement | null; //# sourceMappingURL=Grow.d.ts.map