import * as React from "react"; import { LoaderProps } from "./typings/Loader"; declare const Loader: React.FunctionComponent; export default Loader;