/// <reference types="react" />
declare const Edit: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
export default Edit;
