export declare const coverMediaConfig: { elementType: import('@wix/ambassador-devcenter-v1-component-type-data/types').ElementTypeEnumElementType; refElement: { selector: string; type: string; displayName: string; behaviors: { selectable: boolean; removable: boolean; }; displayFilters: { data: { hide: string[]; }; cssCustomProperties: { hide: string[]; }; }; data: { image: { disableEditing: boolean; }; }; }; };