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