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