import type { Mode } from '../schema-types'; export declare const LabelWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const DisplayName: import("styled-components").StyledComponent<"div", any, { isSemanticLabel: boolean; }, never>; export declare const EntityWrapper: import("styled-components").StyledComponent<"div", any, { isSelected: boolean; modeObj: Mode; isFullHeight: boolean; isFullWidth: boolean; isStickySection: boolean; }, never>;