import { FunctionComponent } from 'react';

interface LoaderProps {
    fullscreen?: boolean;
}
declare const Loader: FunctionComponent<LoaderProps>;

export { Loader as default };
export type { LoaderProps };
