///
import PropTypes from 'prop-types';
export declare const MiroIcon: {
({ foregroundColor, backgroundColor }: {
foregroundColor?: string;
backgroundColor?: string;
}): JSX.Element;
category: string;
propTypes: {
foregroundColor: PropTypes.Requireable;
backgroundColor: PropTypes.Requireable;
};
};