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