/// <reference types="react" />
declare const CoffeeMug: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
export default CoffeeMug;
