import type { SharedStylePropsArg } from '../popover';
/**
 * 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("styletron-react").StyletronComponent<"div", SharedStylePropsArg>;
export declare const Inner: import("styletron-react").StyletronComponent<"div", SharedStylePropsArg>;
export declare const Arrow: import("styletron-react").StyletronComponent<"div", SharedStylePropsArg>;
