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