export const renderStylingDirectiveBody: (txt?: any, offset?: any, options?: any) => import("lit/directive.js").DirectiveResult; declare class StylingDirective extends Directive { render(txt: any, offset: any, options: any): import("lit").TemplateResult<1>; } import { Directive } from 'lit/directive.js'; export {}; //# sourceMappingURL=styling.d.ts.map