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