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