import { FC } from 'react'; import { StitchedCSS, Color } from '~/theme'; export declare const Loader: FC<{ width?: number; height?: number; color?: Color; css?: StitchedCSS; }>; //# sourceMappingURL=Loader.d.ts.map