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