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