/// <reference types="react" />
export interface IconLogoSoundcloudProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconLogoSoundcloud: React.FC<IconLogoSoundcloudProps>;
