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