/** `showCheckedStrategy` equivalents for TreeSelect — the conventional enterprise names. */ export declare const SHOW_CHILD: "SHOW_CHILD"; export declare const SHOW_PARENT: "SHOW_PARENT"; export declare const SHOW_ALL: "SHOW_ALL"; export type ShowCheckedStrategy = typeof SHOW_CHILD | typeof SHOW_PARENT | typeof SHOW_ALL;