import { TemplateResult } from 'lit'; declare type PropsDescriptorType = { name: string; description: string | TemplateResult; defaultValue?: string | TemplateResult; }; export declare const formatOptions: (options: string[], seeMoreLink?: string | undefined) => TemplateResult<1>[]; export declare const CodeHighlight: (str: string, link?: string | undefined) => TemplateResult<1>; export declare const PropsDescriptor: (props: PropsDescriptorType[]) => TemplateResult<1>; export {};