import React from "react"; import type { TransitionProps } from "./types"; export declare function FadeTransition({ children, timeout, }: TransitionProps): React.JSX.Element;