interface Props { size?: number; [key: string]: any; } declare const IconPersonFillExclamation: import("svelte").Component; type IconPersonFillExclamation = ReturnType; export default IconPersonFillExclamation;