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