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