import { FC } from "react"; import { IChangeTransitionProps } from "./_types/IChangeTransitionProps"; /** * A 'transition' to instantly replace the content */ export declare const InstantChangeTransition: FC; //# sourceMappingURL=InstantChangeTransition.d.ts.map