import 'emoji-mart-virtualized/css/emoji-mart.css'; import React from 'react'; declare const _default: { title: string; component: { (props: import("./Popover.js").PopoverProps): JSX.Element; Trigger: React.FC<{ children?: React.ReactNode; value?: string | number | readonly string[]; form?: string; slot?: string; style?: React.CSSProperties; title?: string; as?: import("../types/index.js").As; to?: string; href?: string; target?: string; key?: React.Key; defaultChecked?: boolean; defaultValue?: string | number | readonly string[]; suppressContentEditableWarning?: boolean; suppressHydrationWarning?: boolean; accessKey?: string; className?: string; contentEditable?: "inherit" | (boolean | "true" | "false"); contextMenu?: string; dir?: string; draggable?: boolean | "true" | "false"; hidden?: boolean; id?: string; lang?: string; placeholder?: string; spellCheck?: boolean | "true" | "false"; tabIndex?: number; translate?: "no" | "yes"; radioGroup?: string; role?: React.AriaRole; about?: string; datatype?: string; inlist?: any; prefix?: string; property?: string; resource?: string; typeof?: string; vocab?: string; autoCapitalize?: string; autoCorrect?: string; autoSave?: string; color?: string; itemProp?: string; itemScope?: boolean; itemType?: string; itemID?: string; itemRef?: string; results?: number; security?: string; unselectable?: "off" | "on"; inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal"; is?: string; 'aria-activedescendant'?: string; 'aria-atomic'?: boolean | "true" | "false"; 'aria-autocomplete'?: "list" | "none" | "inline" | "both"; 'aria-busy'?: boolean | "true" | "false"; 'aria-checked'?: boolean | "true" | "false" | "mixed"; 'aria-colcount'?: number; 'aria-colindex'?: number; 'aria-colspan'?: number; 'aria-controls'?: string; 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date"; 'aria-describedby'?: string; 'aria-details'?: string; 'aria-disabled'?: boolean | "true" | "false"; 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup"; 'aria-errormessage'?: string; 'aria-expanded'?: boolean | "true" | "false"; 'aria-flowto'?: string; 'aria-grabbed'?: boolean | "true" | "false"; 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false"; 'aria-hidden'?: boolean | "true" | "false"; 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling"; 'aria-keyshortcuts'?: string; 'aria-label'?: string; 'aria-labelledby'?: string; 'aria-level'?: number; 'aria-live'?: "off" | "assertive" | "polite"; 'aria-modal'?: boolean | "true" | "false"; 'aria-multiline'?: boolean | "true" | "false"; 'aria-multiselectable'?: boolean | "true" | "false"; 'aria-orientation'?: "horizontal" | "vertical"; 'aria-owns'?: string; 'aria-placeholder'?: string; 'aria-posinset'?: number; 'aria-pressed'?: boolean | "true" | "false" | "mixed"; 'aria-readonly'?: boolean | "true" | "false"; 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"; 'aria-required'?: boolean | "true" | "false"; 'aria-roledescription'?: string; 'aria-rowcount'?: number; 'aria-rowindex'?: number; 'aria-rowspan'?: number; 'aria-selected'?: boolean | "true" | "false"; 'aria-setsize'?: number; 'aria-sort'?: "none" | "ascending" | "descending" | "other"; 'aria-valuemax'?: number; 'aria-valuemin'?: number; 'aria-valuenow'?: number; 'aria-valuetext'?: string; dangerouslySetInnerHTML?: { __html: string; }; onCopy?: React.ClipboardEventHandler; onCopyCapture?: React.ClipboardEventHandler; onCut?: React.ClipboardEventHandler; onCutCapture?: React.ClipboardEventHandler; onPaste?: React.ClipboardEventHandler; onPasteCapture?: React.ClipboardEventHandler; onCompositionEnd?: React.CompositionEventHandler; onCompositionEndCapture?: React.CompositionEventHandler; onCompositionStart?: React.CompositionEventHandler; onCompositionStartCapture?: React.CompositionEventHandler; onCompositionUpdate?: React.CompositionEventHandler; onCompositionUpdateCapture?: React.CompositionEventHandler; onFocus?: React.FocusEventHandler; onFocusCapture?: React.FocusEventHandler; onBlur?: React.FocusEventHandler; onBlurCapture?: React.FocusEventHandler; onChange?: React.FormEventHandler; onChangeCapture?: React.FormEventHandler; onBeforeInput?: React.FormEventHandler; onBeforeInputCapture?: React.FormEventHandler; onInput?: React.FormEventHandler; onInputCapture?: React.FormEventHandler; onReset?: React.FormEventHandler; onResetCapture?: React.FormEventHandler; onSubmit?: React.FormEventHandler; onSubmitCapture?: React.FormEventHandler; onInvalid?: React.FormEventHandler; onInvalidCapture?: React.FormEventHandler; onLoad?: React.ReactEventHandler; onLoadCapture?: React.ReactEventHandler; onError?: React.ReactEventHandler; onErrorCapture?: React.ReactEventHandler; onKeyDown?: React.KeyboardEventHandler; onKeyDownCapture?: React.KeyboardEventHandler; onKeyPress?: React.KeyboardEventHandler; onKeyPressCapture?: React.KeyboardEventHandler; onKeyUp?: React.KeyboardEventHandler; onKeyUpCapture?: React.KeyboardEventHandler; onAbort?: React.ReactEventHandler; onAbortCapture?: React.ReactEventHandler; onCanPlay?: React.ReactEventHandler; onCanPlayCapture?: React.ReactEventHandler; onCanPlayThrough?: React.ReactEventHandler; onCanPlayThroughCapture?: React.ReactEventHandler; onDurationChange?: React.ReactEventHandler; onDurationChangeCapture?: React.ReactEventHandler; onEmptied?: React.ReactEventHandler; onEmptiedCapture?: React.ReactEventHandler; onEncrypted?: React.ReactEventHandler; onEncryptedCapture?: React.ReactEventHandler; onEnded?: React.ReactEventHandler; onEndedCapture?: React.ReactEventHandler; onLoadedData?: React.ReactEventHandler; onLoadedDataCapture?: React.ReactEventHandler; onLoadedMetadata?: React.ReactEventHandler; onLoadedMetadataCapture?: React.ReactEventHandler; onLoadStart?: React.ReactEventHandler; onLoadStartCapture?: React.ReactEventHandler; onPause?: React.ReactEventHandler; onPauseCapture?: React.ReactEventHandler; onPlay?: React.ReactEventHandler; onPlayCapture?: React.ReactEventHandler; onPlaying?: React.ReactEventHandler; onPlayingCapture?: React.ReactEventHandler; onProgress?: React.ReactEventHandler; onProgressCapture?: React.ReactEventHandler; onRateChange?: React.ReactEventHandler; onRateChangeCapture?: React.ReactEventHandler; onSeeked?: React.ReactEventHandler; onSeekedCapture?: React.ReactEventHandler; onSeeking?: React.ReactEventHandler; onSeekingCapture?: React.ReactEventHandler; onStalled?: React.ReactEventHandler; onStalledCapture?: React.ReactEventHandler; onSuspend?: React.ReactEventHandler; onSuspendCapture?: React.ReactEventHandler; onTimeUpdate?: React.ReactEventHandler; onTimeUpdateCapture?: React.ReactEventHandler; onVolumeChange?: React.ReactEventHandler; onVolumeChangeCapture?: React.ReactEventHandler; onWaiting?: React.ReactEventHandler; onWaitingCapture?: React.ReactEventHandler; onAuxClick?: React.MouseEventHandler; onAuxClickCapture?: React.MouseEventHandler; onClick?: React.MouseEventHandler; onClickCapture?: React.MouseEventHandler; onContextMenu?: React.MouseEventHandler; onContextMenuCapture?: React.MouseEventHandler; onDoubleClick?: React.MouseEventHandler; onDoubleClickCapture?: React.MouseEventHandler; onDrag?: React.DragEventHandler; onDragCapture?: React.DragEventHandler; onDragEnd?: React.DragEventHandler; onDragEndCapture?: React.DragEventHandler; onDragEnter?: React.DragEventHandler; onDragEnterCapture?: React.DragEventHandler; onDragExit?: React.DragEventHandler; onDragExitCapture?: React.DragEventHandler; onDragLeave?: React.DragEventHandler; onDragLeaveCapture?: React.DragEventHandler; onDragOver?: React.DragEventHandler; onDragOverCapture?: React.DragEventHandler; onDragStart?: React.DragEventHandler; onDragStartCapture?: React.DragEventHandler; onDrop?: React.DragEventHandler; onDropCapture?: React.DragEventHandler; onMouseDown?: React.MouseEventHandler; onMouseDownCapture?: React.MouseEventHandler; onMouseEnter?: React.MouseEventHandler; onMouseLeave?: React.MouseEventHandler; onMouseMove?: React.MouseEventHandler; onMouseMoveCapture?: React.MouseEventHandler; onMouseOut?: React.MouseEventHandler; onMouseOutCapture?: React.MouseEventHandler; onMouseOver?: React.MouseEventHandler; onMouseOverCapture?: React.MouseEventHandler; onMouseUp?: React.MouseEventHandler; onMouseUpCapture?: React.MouseEventHandler; onSelect?: React.ReactEventHandler; onSelectCapture?: React.ReactEventHandler; onTouchCancel?: React.TouchEventHandler; onTouchCancelCapture?: React.TouchEventHandler; onTouchEnd?: React.TouchEventHandler; onTouchEndCapture?: React.TouchEventHandler; onTouchMove?: React.TouchEventHandler; onTouchMoveCapture?: React.TouchEventHandler; onTouchStart?: React.TouchEventHandler; onTouchStartCapture?: React.TouchEventHandler; onPointerDown?: React.PointerEventHandler; onPointerDownCapture?: React.PointerEventHandler; onPointerMove?: React.PointerEventHandler; onPointerMoveCapture?: React.PointerEventHandler; onPointerUp?: React.PointerEventHandler; onPointerUpCapture?: React.PointerEventHandler; onPointerCancel?: React.PointerEventHandler; onPointerCancelCapture?: React.PointerEventHandler; onPointerEnter?: React.PointerEventHandler; onPointerEnterCapture?: React.PointerEventHandler; onPointerLeave?: React.PointerEventHandler; onPointerLeaveCapture?: React.PointerEventHandler; onPointerOver?: React.PointerEventHandler; onPointerOverCapture?: React.PointerEventHandler; onPointerOut?: React.PointerEventHandler; onPointerOutCapture?: React.PointerEventHandler; onGotPointerCapture?: React.PointerEventHandler; onGotPointerCaptureCapture?: React.PointerEventHandler; onLostPointerCapture?: React.PointerEventHandler; onLostPointerCaptureCapture?: React.PointerEventHandler; onScroll?: React.UIEventHandler; onScrollCapture?: React.UIEventHandler; onWheel?: React.WheelEventHandler; onWheelCapture?: React.WheelEventHandler; onAnimationStart?: React.AnimationEventHandler; onAnimationStartCapture?: React.AnimationEventHandler; onAnimationEnd?: React.AnimationEventHandler; onAnimationEndCapture?: React.AnimationEventHandler; onAnimationIteration?: React.AnimationEventHandler; onAnimationIterationCapture?: React.AnimationEventHandler; onTransitionEnd?: React.TransitionEventHandler; onTransitionEndCapture?: React.TransitionEventHandler; css?: import("@storybook/theming/dist/ts3.9/_modules/@emotion-core-types-index").InterpolationWithTheme; autoFocus?: boolean; disabled?: boolean; formAction?: string; formEncType?: string; formMethod?: string; formNoValidate?: boolean; formTarget?: string; name?: string; type?: "button" | "submit" | "reset"; }>; TriggerMinimal: React.FC<{ children?: React.ReactNode; value?: string | number | readonly string[]; form?: string; slot?: string; style?: React.CSSProperties; title?: string; as?: import("../types/index.js").As; to?: string; href?: string; target?: string; key?: React.Key; defaultChecked?: boolean; defaultValue?: string | number | readonly string[]; suppressContentEditableWarning?: boolean; suppressHydrationWarning?: boolean; accessKey?: string; className?: string; contentEditable?: "inherit" | (boolean | "true" | "false"); contextMenu?: string; dir?: string; draggable?: boolean | "true" | "false"; hidden?: boolean; id?: string; lang?: string; placeholder?: string; spellCheck?: boolean | "true" | "false"; tabIndex?: number; translate?: "no" | "yes"; radioGroup?: string; role?: React.AriaRole; about?: string; datatype?: string; inlist?: any; prefix?: string; property?: string; resource?: string; typeof?: string; vocab?: string; autoCapitalize?: string; autoCorrect?: string; autoSave?: string; color?: string; itemProp?: string; itemScope?: boolean; itemType?: string; itemID?: string; itemRef?: string; results?: number; security?: string; unselectable?: "off" | "on"; inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal"; is?: string; 'aria-activedescendant'?: string; 'aria-atomic'?: boolean | "true" | "false"; 'aria-autocomplete'?: "list" | "none" | "inline" | "both"; 'aria-busy'?: boolean | "true" | "false"; 'aria-checked'?: boolean | "true" | "false" | "mixed"; 'aria-colcount'?: number; 'aria-colindex'?: number; 'aria-colspan'?: number; 'aria-controls'?: string; 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date"; 'aria-describedby'?: string; 'aria-details'?: string; 'aria-disabled'?: boolean | "true" | "false"; 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup"; 'aria-errormessage'?: string; 'aria-expanded'?: boolean | "true" | "false"; 'aria-flowto'?: string; 'aria-grabbed'?: boolean | "true" | "false"; 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false"; 'aria-hidden'?: boolean | "true" | "false"; 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling"; 'aria-keyshortcuts'?: string; 'aria-label'?: string; 'aria-labelledby'?: string; 'aria-level'?: number; 'aria-live'?: "off" | "assertive" | "polite"; 'aria-modal'?: boolean | "true" | "false"; 'aria-multiline'?: boolean | "true" | "false"; 'aria-multiselectable'?: boolean | "true" | "false"; 'aria-orientation'?: "horizontal" | "vertical"; 'aria-owns'?: string; 'aria-placeholder'?: string; 'aria-posinset'?: number; 'aria-pressed'?: boolean | "true" | "false" | "mixed"; 'aria-readonly'?: boolean | "true" | "false"; 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"; 'aria-required'?: boolean | "true" | "false"; 'aria-roledescription'?: string; 'aria-rowcount'?: number; 'aria-rowindex'?: number; 'aria-rowspan'?: number; 'aria-selected'?: boolean | "true" | "false"; 'aria-setsize'?: number; 'aria-sort'?: "none" | "ascending" | "descending" | "other"; 'aria-valuemax'?: number; 'aria-valuemin'?: number; 'aria-valuenow'?: number; 'aria-valuetext'?: string; dangerouslySetInnerHTML?: { __html: string; }; onCopy?: React.ClipboardEventHandler; onCopyCapture?: React.ClipboardEventHandler; onCut?: React.ClipboardEventHandler; onCutCapture?: React.ClipboardEventHandler; onPaste?: React.ClipboardEventHandler; onPasteCapture?: React.ClipboardEventHandler; onCompositionEnd?: React.CompositionEventHandler; onCompositionEndCapture?: React.CompositionEventHandler; onCompositionStart?: React.CompositionEventHandler; onCompositionStartCapture?: React.CompositionEventHandler; onCompositionUpdate?: React.CompositionEventHandler; onCompositionUpdateCapture?: React.CompositionEventHandler; onFocus?: React.FocusEventHandler; onFocusCapture?: React.FocusEventHandler; onBlur?: React.FocusEventHandler; onBlurCapture?: React.FocusEventHandler; onChange?: React.FormEventHandler; onChangeCapture?: React.FormEventHandler; onBeforeInput?: React.FormEventHandler; onBeforeInputCapture?: React.FormEventHandler; onInput?: React.FormEventHandler; onInputCapture?: React.FormEventHandler; onReset?: React.FormEventHandler; onResetCapture?: React.FormEventHandler; onSubmit?: React.FormEventHandler; onSubmitCapture?: React.FormEventHandler; onInvalid?: React.FormEventHandler; onInvalidCapture?: React.FormEventHandler; onLoad?: React.ReactEventHandler; onLoadCapture?: React.ReactEventHandler; onError?: React.ReactEventHandler; onErrorCapture?: React.ReactEventHandler; onKeyDown?: React.KeyboardEventHandler; onKeyDownCapture?: React.KeyboardEventHandler; onKeyPress?: React.KeyboardEventHandler; onKeyPressCapture?: React.KeyboardEventHandler; onKeyUp?: React.KeyboardEventHandler; onKeyUpCapture?: React.KeyboardEventHandler; onAbort?: React.ReactEventHandler; onAbortCapture?: React.ReactEventHandler; onCanPlay?: React.ReactEventHandler; onCanPlayCapture?: React.ReactEventHandler; onCanPlayThrough?: React.ReactEventHandler; onCanPlayThroughCapture?: React.ReactEventHandler; onDurationChange?: React.ReactEventHandler; onDurationChangeCapture?: React.ReactEventHandler; onEmptied?: React.ReactEventHandler; onEmptiedCapture?: React.ReactEventHandler; onEncrypted?: React.ReactEventHandler; onEncryptedCapture?: React.ReactEventHandler; onEnded?: React.ReactEventHandler; onEndedCapture?: React.ReactEventHandler; onLoadedData?: React.ReactEventHandler; onLoadedDataCapture?: React.ReactEventHandler; onLoadedMetadata?: React.ReactEventHandler; onLoadedMetadataCapture?: React.ReactEventHandler; onLoadStart?: React.ReactEventHandler; onLoadStartCapture?: React.ReactEventHandler; onPause?: React.ReactEventHandler; onPauseCapture?: React.ReactEventHandler; onPlay?: React.ReactEventHandler; onPlayCapture?: React.ReactEventHandler; onPlaying?: React.ReactEventHandler; onPlayingCapture?: React.ReactEventHandler; onProgress?: React.ReactEventHandler; onProgressCapture?: React.ReactEventHandler; onRateChange?: React.ReactEventHandler; onRateChangeCapture?: React.ReactEventHandler; onSeeked?: React.ReactEventHandler; onSeekedCapture?: React.ReactEventHandler; onSeeking?: React.ReactEventHandler; onSeekingCapture?: React.ReactEventHandler; onStalled?: React.ReactEventHandler; onStalledCapture?: React.ReactEventHandler; onSuspend?: React.ReactEventHandler; onSuspendCapture?: React.ReactEventHandler; onTimeUpdate?: React.ReactEventHandler; onTimeUpdateCapture?: React.ReactEventHandler; onVolumeChange?: React.ReactEventHandler; onVolumeChangeCapture?: React.ReactEventHandler; onWaiting?: React.ReactEventHandler; onWaitingCapture?: React.ReactEventHandler; onAuxClick?: React.MouseEventHandler; onAuxClickCapture?: React.MouseEventHandler; onClick?: React.MouseEventHandler; onClickCapture?: React.MouseEventHandler; onContextMenu?: React.MouseEventHandler; onContextMenuCapture?: React.MouseEventHandler; onDoubleClick?: React.MouseEventHandler; onDoubleClickCapture?: React.MouseEventHandler; onDrag?: React.DragEventHandler; onDragCapture?: React.DragEventHandler; onDragEnd?: React.DragEventHandler; onDragEndCapture?: React.DragEventHandler; onDragEnter?: React.DragEventHandler; onDragEnterCapture?: React.DragEventHandler; onDragExit?: React.DragEventHandler; onDragExitCapture?: React.DragEventHandler; onDragLeave?: React.DragEventHandler; onDragLeaveCapture?: React.DragEventHandler; onDragOver?: React.DragEventHandler; onDragOverCapture?: React.DragEventHandler; onDragStart?: React.DragEventHandler; onDragStartCapture?: React.DragEventHandler; onDrop?: React.DragEventHandler; onDropCapture?: React.DragEventHandler; onMouseDown?: React.MouseEventHandler; onMouseDownCapture?: React.MouseEventHandler; onMouseEnter?: React.MouseEventHandler; onMouseLeave?: React.MouseEventHandler; onMouseMove?: React.MouseEventHandler; onMouseMoveCapture?: React.MouseEventHandler; onMouseOut?: React.MouseEventHandler; onMouseOutCapture?: React.MouseEventHandler; onMouseOver?: React.MouseEventHandler; onMouseOverCapture?: React.MouseEventHandler; onMouseUp?: React.MouseEventHandler; onMouseUpCapture?: React.MouseEventHandler; onSelect?: React.ReactEventHandler; onSelectCapture?: React.ReactEventHandler; onTouchCancel?: React.TouchEventHandler; onTouchCancelCapture?: React.TouchEventHandler; onTouchEnd?: React.TouchEventHandler; onTouchEndCapture?: React.TouchEventHandler; onTouchMove?: React.TouchEventHandler; onTouchMoveCapture?: React.TouchEventHandler; onTouchStart?: React.TouchEventHandler; onTouchStartCapture?: React.TouchEventHandler; onPointerDown?: React.PointerEventHandler; onPointerDownCapture?: React.PointerEventHandler; onPointerMove?: React.PointerEventHandler; onPointerMoveCapture?: React.PointerEventHandler; onPointerUp?: React.PointerEventHandler; onPointerUpCapture?: React.PointerEventHandler; onPointerCancel?: React.PointerEventHandler; onPointerCancelCapture?: React.PointerEventHandler; onPointerEnter?: React.PointerEventHandler; onPointerEnterCapture?: React.PointerEventHandler; onPointerLeave?: React.PointerEventHandler; onPointerLeaveCapture?: React.PointerEventHandler; onPointerOver?: React.PointerEventHandler; onPointerOverCapture?: React.PointerEventHandler; onPointerOut?: React.PointerEventHandler; onPointerOutCapture?: React.PointerEventHandler; onGotPointerCapture?: React.PointerEventHandler; onGotPointerCaptureCapture?: React.PointerEventHandler; onLostPointerCapture?: React.PointerEventHandler; onLostPointerCaptureCapture?: React.PointerEventHandler; onScroll?: React.UIEventHandler; onScrollCapture?: React.UIEventHandler; onWheel?: React.WheelEventHandler; onWheelCapture?: React.WheelEventHandler; onAnimationStart?: React.AnimationEventHandler; onAnimationStartCapture?: React.AnimationEventHandler; onAnimationEnd?: React.AnimationEventHandler; onAnimationEndCapture?: React.AnimationEventHandler; onAnimationIteration?: React.AnimationEventHandler; onAnimationIterationCapture?: React.AnimationEventHandler; onTransitionEnd?: React.TransitionEventHandler; onTransitionEndCapture?: React.TransitionEventHandler; css?: import("@storybook/theming/dist/ts3.9/_modules/@emotion-core-types-index").InterpolationWithTheme; autoFocus?: boolean; disabled?: boolean; formAction?: string; formEncType?: string; formMethod?: string; formNoValidate?: boolean; formTarget?: string; name?: string; type?: "button" | "submit" | "reset"; }>; Panel: React.FC & { rounded?: boolean; }>; Content: React.FC, HTMLDivElement>>; Footer: React.FC, HTMLDivElement>>; }; argTypes: { padding: { options: readonly ["sm", "md", "lg"]; control: { type: string; }; }; placement: { options: string[]; control: { type: string; }; }; trigger: { options: readonly ["click", "hover"]; control: { type: string; }; }; }; parameters: { layout: string; }; }; export default _default; export declare const Template: { ({ triggerText, children, args }: any): JSX.Element; args: { triggerText: string; trigger: string; children: string; padding: string; rounded: boolean; }; }; export declare const Rounded: (args: any) => JSX.Element; export declare const WithTab: (args: any) => JSX.Element; export declare const OnHover: (args: any) => JSX.Element; export declare const OpenedExternally: { (args: any): JSX.Element; parameters: { layout: string; }; }; export declare const Interactive: (args: any) => JSX.Element; export declare const Placement: () => JSX.Element; export declare const FlyoutMenu: (args: any) => JSX.Element; export declare const WithFooterActions: (args: any) => JSX.Element; export declare const StackedWithFooterList: (args: any) => JSX.Element;