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