export declare const TooltipGroup: () => null; export declare const closeOpenTooltips: () => void; export declare const Tooltip: ((props: any) => any) & { Anchor: (props: any) => any; Arrow: (props: any) => null; Close: (props: any) => null; Content: (props: any) => null; Trigger: (props: any) => any; }; //# sourceMappingURL=Tooltip.native.d.ts.map