import { FullScreenLoadingIndicatorProps } from "./types"; declare const FullScreenLoadingIndicator: { (props: FullScreenLoadingIndicatorProps): JSX.Element; propTypes: { className: import("prop-types").Requireable; white: import("prop-types").Requireable; size: import("prop-types").Requireable; }; defaultProps: { white: boolean; size: number; className: string; }; }; export default FullScreenLoadingIndicator; //# sourceMappingURL=FullScreenLoadingIndicator.d.ts.map