import * as React from 'react';
import { TwoTonedIcon } from '../iconTypes';
declare const IconConePopper: ({ className, height, title, width }: TwoTonedIcon) => React.JSX.Element;
export default IconConePopper;
