import React from 'react'; import type IconProps from './prop_types'; interface PinProps extends IconProps { filled?: boolean; } export declare function IconPin({ _modifierClass, 'aria-describedby': ariaDescribedby, 'aria-hidden': ariaHidden, 'aria-label': ariaLabel, 'aria-labelledby': ariaLabelledby, color, id, filled, size, tight, title }: PinProps): React.JSX.Element; export {};