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