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