import { default as React } from 'react'; import { ButtonSchema } from '../../types'; interface DeleteEntityProps { entityName: string; entityId: string; urlPath: string; relationship?: string; unqualifiedEntityName: string; deployedApiUrl?: string; buttonConfig?: ButtonSchema; } declare const DeleteEntity: React.FC; export default DeleteEntity; //# sourceMappingURL=Delete.d.ts.map