import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const IcecreamOutlined: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default IcecreamOutlined;
