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