declare function _default({ title, onCancel, init, item, service, serviceId }: { title: any; onCancel: any; init: any; item: any; service: any; serviceId: any; }): import("react/jsx-runtime").JSX.Element; export default _default;