import { FC } from 'react'; export declare const FullPageLoader: FC<{ loading: boolean; color?: string; background?: string; label?: string; labelStyle?: React.CSSProperties; }>;