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