/// export interface IconLogoAmazonProps { size?: string; style?: React.CSSProperties; } export declare const IconLogoAmazon: React.FC;