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