import React from 'react'; import { Props } from '.'; declare const _default: { title: string; component: React.FC; }; export default _default; export declare const Default: (props: Props) => JSX.Element; export declare const Small: (props: Props) => JSX.Element; export declare const Dark: (props: Props) => JSX.Element; export declare const DarkSmall: (props: Props) => JSX.Element; export declare const WithLargeContent: (props: Props) => JSX.Element; export declare const Showcase: (props: Props) => JSX.Element; //# sourceMappingURL=Tooltip.stories.d.ts.map