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