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