import type { ReactNode } from 'react'; import type { KittTransitionProps } from '../propTypes'; export declare function FadeIn({ appear, children, visible, onEnter, onExit, onEntered, onExited, }: KittTransitionProps): ReactNode; //# sourceMappingURL=index.d.ts.map