export type LoaderProps = {};
declare const Loader: React.FunctionComponent<LoaderProps>;
export default Loader;
