declare const Loader: ({ width, color }: { width?: number | undefined; color?: string | undefined; }) => JSX.Element; export default Loader;