import type { LintRule } from '../../../types.js';
export declare const VALID_SHADOW = "core/valid-shadow";
declare const ERROR = "ERROR";
declare const ERROR_INVALID_PROP = "ERROR_INVALID_PROP";
declare const rule: LintRule<typeof ERROR | typeof ERROR_INVALID_PROP>;
export default rule;
//# sourceMappingURL=valid-shadow.d.ts.map