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