import type { Rule } from "../types.js"; declare function definesCustomProperty(src: string): boolean; declare function hasStyling(src: string): boolean; declare function isAllowlisted(repoRoot: string): boolean; export declare const rule: Rule; export declare const _internal: { definesCustomProperty: typeof definesCustomProperty; hasStyling: typeof hasStyling; isAllowlisted: typeof isAllowlisted; DISABLE_DIRECTIVE: string; }; export {};