/// <reference types="react" />
interface LoaderProps {
}
export declare const Loader: ({}: LoaderProps) => JSX.Element;
export {};
