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