import * as React from 'react'; /** @public */ export interface RoomNameProps extends React.HTMLAttributes { childrenPosition?: 'before' | 'after'; } /** * The `RoomName` component renders the name of the connected LiveKit room inside a span tag. * * @example * ```tsx * * * * ``` * @public * * @param props - RoomNameProps */ export declare const RoomName: React.FC>; //# sourceMappingURL=RoomName.d.ts.map