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