/// import './Loader.scss'; export interface LoaderProps { className?: string; } export declare const Loader: (props: LoaderProps) => JSX.Element;