import { Tooltip } from "./Tooltip"; declare const _default: { title: string; component: typeof Tooltip; argTypes: { content: { control: { type: string; }; }; trigger: { control: { type: string; options: string[]; }; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; showArrow: { control: { type: string; }; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; placement: { control: { type: string; options: string[]; }; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; visible: { control: { type: string; }; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; onVisibleChange: { control: { type: string; }; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; }; }; export default _default; export declare const TooltipStory: import("@storybook/csf").StoryAnnotations; export declare const TooltipButtonStory: import("@storybook/csf").StoryAnnotations;