/// interface IProps { /** @ignore */ className?: string; /** Hand angle in degrees (0..359 */ degrees: number; /** If set, hand is animated. */ animation: boolean; } declare const Hand: import("styled-components").StyledComponent<(props: IProps) => JSX.Element, import("../../../styles/Theme").IThemeInterface, {}, never>; export { Hand };