import type { FormField } from '@devvit/protos/types/devvit/ui/form_builder/v1alpha/field.js'; import type { TemplateResult } from 'lit'; export declare const renderFieldLabel: (field: FormField, classnames?: string) => TemplateResult; //# sourceMappingURL=renderFieldLabel.d.ts.map