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