/** * @typedef {'top'|'bottom'|'inline_start'|'top_inline_start_corner'|'bottom_inline_start_corner'} CLONE_TYPES_ENUM */ export declare const CLONE_TOP = "top"; export declare const CLONE_BOTTOM = "bottom"; export declare const CLONE_INLINE_START = "inline_start"; export declare const CLONE_TOP_INLINE_START_CORNER = "top_inline_start_corner"; export declare const CLONE_BOTTOM_INLINE_START_CORNER = "bottom_inline_start_corner"; export declare const CLONE_TYPES: string[]; export declare const CLONE_CLASS_NAMES: Map;