import { CssPart, CssProperty, Options, Event, Slot, Member } from "../../types"; export declare function getSlotsTemplate(config: Options, slots?: Slot[]): string; export declare function getEventsTemplate(config: Options, events?: Event[]): string; export declare function getCssPropsTemplate(config: Options, cssProperties?: CssProperty[]): string; export declare function getPartsTemplate(config: Options, cssParts?: CssPart[]): string; export declare function getMethodsTemplate(config: Options, methods?: Member[]): string; //# sourceMappingURL=description-templates.d.ts.map