import * as React from "react"; import { FadeInProps } from "../../types/types"; declare const FadeIn: ({ children, revealInView, animateOnce, delay, duration, }: FadeInProps) => React.JSX.Element; export { FadeIn };