import React from "react";
export interface LinearLoaderProps {
    height?: number;
    activeStrokeColor?: string;
    activeColorPercentage?: "25%" | "50%" | "75%";
    inactiveStrokeColor?: string;
    animationDuration?: number;
}
export declare const LinearLoader: React.ForwardRefExoticComponent<LinearLoaderProps & React.RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=LinearLoader.d.ts.map