import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { KbdProps as RemoteKbdElementProps } from '@mittwald/flow-react-components'; export type { KbdProps as RemoteKbdElementProps } from '@mittwald/flow-react-components'; export declare class RemoteKbdElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { className: {}; isDisabled: {}; keys: {}; variant: {}; }; static get remoteEvents(): {}; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-kbd": InstanceType; } }