import { SimpleType } from "ts-simple-type"; import { CallExpression, Node } from "typescript"; interface LitElementPropertyConfig { type?: SimpleType | string; attribute?: string | boolean; node?: { type?: Node; attribute?: Node; decorator?: CallExpression; }; hasConverter?: boolean; default?: unknown; reflect?: boolean; } export { LitElementPropertyConfig }; //# sourceMappingURL=chunk-lit-element-property-config-a6e5ad36.d.ts.map