import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const HandThumbUp: import("svelte").Component; type HandThumbUp = ReturnType; export default HandThumbUp; //# sourceMappingURL=hand-thumb-up.svelte.d.ts.map