import React from 'react'; declare const _default: { title: string; component: { (props: import("./Tooltip.js").TooltipProps): JSX.Element; Trigger: React.FC>; Panel: React.FC>; }; argTypes: { placement: { options: string[]; control: { type: string; }; }; }; parameters: { layout: string; design: { type: string; url: string; }; }; }; export default _default; export declare const Template: { (args: any): JSX.Element; args: { placement: string; trigger: string; children: string; }; }; export declare const WithLongText: (args: any) => JSX.Element; export declare const Placement: () => JSX.Element; export declare const WithImage: (args: any) => JSX.Element;