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