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