import type { IconDefinition } from '../types';
declare const UpSquareFilled: IconDefinition;
export default UpSquareFilled;
