import * as React from "react"; type LiveEditProps = { children?: any; id?: any; Wrapper?: any; attributes?: any; }; declare function LiveEdit(props: LiveEditProps): React.JSX.Element; export default LiveEdit; //# sourceMappingURL=live-edit.d.ts.map