import { noChange } from 'lit'; import { Directive, PartInfo, AttributePart, DirectiveParameters } from 'lit-html/directive.js'; declare class IfTruthyDirective extends Directive { constructor(partInfo: PartInfo); update(part: AttributePart, [value]: DirectiveParameters): typeof noChange | string[]; render([value]: string[]): string; } export declare const ifTruthy: (values_0: string[]) => import("lit-html/directive").DirectiveResult; export default ifTruthy; //# sourceMappingURL=if-truthy.d.ts.map