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