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