import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { LightBoxGalleryItemProps as RemoteLightBoxGalleryItemElementProps } from '@mittwald/flow-react-components'; export type { LightBoxGalleryItemProps as RemoteLightBoxGalleryItemElementProps } from '@mittwald/flow-react-components'; export declare class RemoteLightBoxGalleryItemElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): {}; static get remoteEvents(): {}; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-light-box-gallery-item": InstanceType; } }