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