import { FunctionComponent } from 'react';
interface LoaderProps {
    isVisible?: boolean;
    label?: string;
}
export declare const Loader: FunctionComponent<LoaderProps>;
export {};
