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