import { IProgressIndicatorProps } from './ProgressIndicator.props';
export declare const getLayerSize: ({ size }: IProgressIndicatorProps) => number;
export declare const useStyles: (props: IProgressIndicatorProps) => import("@material-ui/styles").ClassNameMap<"circularLayer">;
export default useStyles;
