import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { ClearPropsContextProps as RemoteClearPropsContextElementProps } from '@mittwald/flow-react-components'; export type { ClearPropsContextProps as RemoteClearPropsContextElementProps } from '@mittwald/flow-react-components'; export declare class RemoteClearPropsContextElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): {}; static get remoteEvents(): {}; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-clear-props-context": InstanceType; } }