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