import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { AlignProps as RemoteAlignElementProps } from '@mittwald/flow-react-components'; export type { AlignProps as RemoteAlignElementProps } from '@mittwald/flow-react-components'; export declare class RemoteAlignElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { className: {}; }; static get remoteEvents(): {}; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-align": InstanceType; } }