import type { IconProps, IconComponent } from "../../types";
interface SunoProps extends IconProps {
    type?: "wordmark" | "icon";
}
export declare const Suno: IconComponent<SunoProps>;
export default Suno;
