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