import React from 'react';
import type { LoaderProps } from './Loader.types';
export declare const minProgressValue = 0;
export declare const maxProgressValue = 100;
export declare const clamp: (value: number, minValue?: number, maxValue?: number) => number;
/**
 * @deprecatedSince 11
 * @deprecated Intended for internal library development.
 */
export declare const Loader: React.FC<LoaderProps>;
