import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { ContextMenuSectionProps as RemoteContextMenuSectionElementProps } from '@mittwald/flow-react-components'; export type { ContextMenuSectionProps as RemoteContextMenuSectionElementProps } from '@mittwald/flow-react-components'; export declare class RemoteContextMenuSectionElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { defaultSelectedKeys: {}; selectedKeys: {}; selectionMode: {}; }; static get remoteEvents(): {}; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-context-menu-section": InstanceType; } }