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