interface HorizontalLoaderProps { className?: string; transitionDurationMS?: number; height?: string; width?: string; barWidth?: string; barColor?: string; backgroundColor?: string; } declare const HorizontalLoader: ({ className, transitionDurationMS, height, width, barWidth, barColor, backgroundColor, }: HorizontalLoaderProps) => import("react").JSX.Element; export default HorizontalLoader; export type { HorizontalLoaderProps }; //# sourceMappingURL=HorizontalLoader.d.ts.map