import { FC } from "react"; interface loaderProps { color?: string; } declare const Loader: FC; export default Loader;