/// <reference types="react" />
declare const Coffee: (props: any, ref: any) => JSX.Element;
export default Coffee;
