export type LoaderCircularProps = { size?: 'xs' | 'small' | 'medium' | 'large'; /** * Value in range of 0-100. If omitted, the loader becomes indeterminate */ value?: number; className?: string; testId?: string; }; export declare const LoaderCircular: ({ size, value, testId, className, }: LoaderCircularProps) => JSX.Element; //# sourceMappingURL=LoaderCircular.d.ts.map