import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { ActionGroupProps as RemoteActionGroupElementProps } from '@mittwald/flow-react-components'; export type { ActionGroupProps as RemoteActionGroupElementProps } from '@mittwald/flow-react-components'; export declare class RemoteActionGroupElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { className: {}; preserveOrder: {}; size: {}; spacing: {}; }; static get remoteEvents(): {}; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-action-group": InstanceType; } }