import { TooltipProps } from './types'; export declare function styleTooltip(props: TooltipProps): { main: string[]; popover: string[]; card: string[]; arrow: string[]; };