import { type RatingIconProps as Props } from '.';
declare const Thumbup: import("svelte").Component<Props, {}, "">;
type Thumbup = ReturnType<typeof Thumbup>;
export default Thumbup;
