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