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