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