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