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