/// interface props { fill?: string; } export declare function Loader({ fill }: props): JSX.Element; export {}; //# sourceMappingURL=Loader.d.ts.map