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