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