import type { SVGProps } from "react"; export interface SlidersSquareHrIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function SlidersSquareHrIcon({ className, size, color, ...props }: SlidersSquareHrIconProps): import("react").JSX.Element; //# sourceMappingURL=sliders-square-hr-icon.d.ts.map