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