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