import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { InitialsProps as RemoteInitialsElementProps } from '@mittwald/flow-react-components'; export type { InitialsProps as RemoteInitialsElementProps } from '@mittwald/flow-react-components'; export declare class RemoteInitialsElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { "aria-hidden": {}; className: {}; useDynamicColor: {}; }; static get remoteEvents(): {}; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-initials": InstanceType; } }