export declare const LABEL_TEXT_STYLE: import("../../core").PrefixStyleProps<{ readonly fill: "rgba(0,0,0,0.45)"; readonly fontSize: 10; readonly textAlign: "start"; readonly textBaseline: "middle"; readonly overflow: "clip"; }, "label">; export declare const CHECKBOX_RECT_STYLE: { default: import("../../shapes/types").OmitConflictStyleProps; selected: import("../../shapes/types").OmitConflictStyleProps; }; export declare const CHECKED_SHAPE_STYLE: { path: any; lineWidth: number; cursor: string; };