import React from 'react';
export declare const GlobalPropsEditorUpdateButton: React.FC<{
    readonly compositionId: string;
    readonly currentDefaultProps: Record<string, unknown>;
}>;
