import type { IconComponent } from '../types'; declare const CloseCircle: IconComponent; export default CloseCircle;