/// declare type MediaIconProps = { width?: number; height?: number; color?: string; }; export declare const MediaIcon: ({ width, height, color, }: MediaIconProps) => JSX.Element; export {};