import { type TemplateResult } from 'lit'; import type { NuiType } from '../../types/nui-type.js'; export interface NuiParagraphViewState { text: string; nuiType: NuiType; paragraphClass: string; } export declare function getParagraphClass(paragraphClass: string): string; export declare function renderParagraph(state: NuiParagraphViewState): TemplateResult; //# sourceMappingURL=logic.d.ts.map