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