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