import { FC, ReactElement } from "react";
import { TransitionProps } from "../types";
interface IScale extends TransitionProps {
    children: ReactElement;
}
export declare const Scale: FC<IScale>;
export {};
//# sourceMappingURL=Scale.d.ts.map