export function MediaLogos({ component, height, properties, styles, fireEvent, width, parentId, dataCy, }: { component: any; height: any; properties: any; styles: any; fireEvent: any; width: any; parentId?: null | undefined; dataCy: any; }): import("react/jsx-runtime").JSX.Element;