import { ComponentMeta, Story } from '@storybook/react'; import React from 'react'; import Component from '.'; declare const _default: ComponentMeta void, isEditing: boolean) => JSX.Element; renderPopover: ((selection: string | null, options: string[], select: (option: string | null) => void, isEditing: boolean) => JSX.Element) | null; } & import("../..").JaenFieldProps>>; export default _default; type ComponentProps = React.ComponentProps; export declare const Basic: Story;