/** * These are generic selection styles for all nodes * If you have custom behaviour needed for a node, add that in the plugin's styles * file in editor-core */ export declare enum SelectionStyle { Border = 0, BoxShadow = 1, Background = 2, Blanket = 3 }