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