export declare const basic: () => JSX.Element;
declare const _default: {
    title: string;
    component: ({ children, className, content, image, title, ...otherTooltipProps }: import("./ImageTooltip").ImageTooltipProps) => JSX.Element;
    parameters: {
        notes: string;
    };
};
export default _default;
