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