import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { MarkdownProps as RemoteMarkdownElementProps } from '@mittwald/flow-react-components'; export type { MarkdownProps as RemoteMarkdownElementProps } from '@mittwald/flow-react-components'; export declare class RemoteMarkdownElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { allowElement: {}; allowedElements: {}; className: {}; color: {}; disallowedElements: {}; headingOffset: {}; rehypePlugins: {}; remarkPlugins: {}; remarkRehypeOptions: {}; skipHtml: {}; unwrapDisallowed: {}; urlTransform: {}; }; static get remoteEvents(): {}; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-markdown": InstanceType; } }