import { ComponentStory, ComponentMeta } from '@storybook/react'; declare const WithPromotedIntrospection: { (props: any): JSX.Element; displayName: string; }; declare const _default: ComponentMeta<{ (props: any): JSX.Element; displayName: string; }>; export default _default; export declare const Default: any; export declare const Controlled: ComponentStory; export declare const DisplayRight: any;