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