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