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