export interface UnionItemProps { name: string; isNested?: boolean; } export declare const UnionItem: import("react").NamedExoticComponent;