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