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