import * as React from "react"; import { GrowProps } from "../../../types/types"; declare const Grow: ({ children, iGrow, iFade, origin, start, end, duration, }: GrowProps) => React.JSX.Element; export { Grow };