export interface StyledLinearLoaderProps {
    $height: number;
    $activeStrokeColor: string;
    $inactiveStrokeColor: string;
    $activeColorPercentage: "25%" | "50%" | "75%";
    $animationDuration: number;
}
export declare const StyledLinearLoader: import("styled-components").StyledComponent<"div", any, StyledLinearLoaderProps, never>;
//# sourceMappingURL=Styles.d.ts.map