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