import type { IconProps } from '../../types';
declare const Hand: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Hand
 * @see {@link https://remixicon.com/icon/hand Remix Icon Docs}
 */
export { Hand };
