import m from 'mithril';
import { SVGAttributes } from '../../svg';
declare const Cocktail: m.Component<SVGAttributes>;
export default Cocktail;
