import { type JSX } from "react"; import type { LnComponent } from "../../types.js"; export declare const DialogDescription: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export declare namespace DialogDescription { type Props = LnComponent, State>; interface State { readonly id: string; } }