import type { LintRule } from '../../../types.js'; export declare const VALID_STROKE_STYLE = "core/valid-stroke-style"; declare const ERROR_STR = "ERROR_STR"; declare const ERROR_OBJ = "ERROR_OBJ"; declare const ERROR_LINE_CAP = "ERROR_LINE_CAP"; declare const ERROR_INVALID_PROP = "ERROR_INVALID_PROP"; declare const rule: LintRule; export default rule; //# sourceMappingURL=valid-stroke-style.d.ts.map