import React from 'react'; interface LoaderProps { } export declare const Loader: ({}: LoaderProps) => React.JSX.Element; export {};