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