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