import { FC } from "react"; import { EBoolean } from "../../enum/index"; import "./index.scss"; interface IProps { color?: string; fixed?: EBoolean; } declare const Loading: FC; export default Loading;