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