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