import { ProgressBarProps } from './hookTypes';
export declare const useProgressBarHook: ({ duration, type, startWidth, endWidth }: ProgressBarProps) => import("react").RefObject<HTMLDivElement>;
