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