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