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