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