import { IconProps } from '../lib';
declare function Coffee(props: IconProps): JSX.Element;
export default Coffee;
