import React from 'react'; export declare const Label: React.ForwardRefExoticComponent; id: string; displayName: string; contentTypeId: string; isSelected: boolean; skipLabel: boolean; isFullHeight: boolean; isFullWidth?: boolean | undefined; isStickySection: boolean; mode: import("..").Mode; onSelect(ev: React.SyntheticEvent): void; children?: React.ReactNode; }, "children" | "displayName" | "id" | "onSelect" | "mode" | "isFullWidth" | "isSelected" | "contentTypeId" | "isFullHeight" | "semanticLabel" | "skipLabel" | "isStickySection"> & React.RefAttributes>;