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