import { TooltipAttributes } from './type';
export declare const defaultAttributes: Partial<TooltipAttributes>;
export declare const TOOLTIP_POSITION_ATTRIBUTES: string[];
