import * as React from 'react'; import { IconSize } from '../Icon'; declare const HandPan: React.ForwardRefExoticComponent<{ size?: IconSize | undefined; } & React.SVGAttributes & React.RefAttributes>; export default HandPan;