import React from 'react';
export declare const DeleteComposition: React.FC<{
    readonly compositionId: string;
}>;
