import type { TransitionProps } from "./types"; export declare function TopFade({ inProp, timeout, unmountOnExit, children, }: TransitionProps): any;