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