import React from 'react'; export interface LoaderProps { size?: string; color?: string; } declare const Loader: React.FC; export default Loader;