/** * We want to reuse the default Popover styles and add our overrides * for Tooltip. Normally you could do something like * withStyleDeep(StyledPopoverBody, {...}), however this break the * ability to use $style properly–the style overrides passed in by * the customer will override the base styles but not the styles * specified here. * * We could create our own withStyleDeep that also takes the $style * prop into account */ export declare const Body: import("../../style/styled").StyledComponent; export declare const Inner: import("../../style/styled").StyledComponent; export declare const Arrow: import("../../style/styled").StyledComponent;