/// import { IconProps } from '../helper'; declare function EosmpFilled({ size, color, rotate, horizontalFlip, verticalFlip, className }: IconProps): JSX.Element; export default EosmpFilled;