/**
 * Sentinel values for the placeholder contentlet used when the UVE represents
 * an empty container (e.g. hover / selection without a real contentlet).
 *
 * @internal
 */
export declare const TEMP_EMPTY_CONTENTLET: "TEMP_EMPTY_CONTENTLET";
/**
 * Placeholder `contentType` for {@link TEMP_EMPTY_CONTENTLET}.
 *
 * @internal
 */
export declare const TEMP_EMPTY_CONTENTLET_TYPE: "TEMP_EMPTY_CONTENTLET_TYPE";
