import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Target: React.MemoExoticComponent>; declare type TargetRef = PathIconRef; declare type TargetProps = PathIconProps; export { Target }; export type { TargetRef, TargetProps }; export default Target;