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