import { Meta } from '@storybook/react'; import { ComponentProps } from 'react'; import { Hint } from './Hint'; type Props = ComponentProps; declare const meta: Meta; export default meta; export declare const Default: (props: Props) => JSX.Element; export declare const CustomComponents: () => JSX.Element; export declare const AnchorEl: () => JSX.Element; export declare const Flip: () => JSX.Element; //# sourceMappingURL=Hint.stories.d.ts.map