import { FC } from 'react'; import { LoaderProps } from 'types'; export declare const Loader: FC; export default Loader;