/** * Rule that disallows hard-coded `id` attribute values in document fragments. * * Only active for fragment documents (e.g., component templates). Reports * any `id` attribute whose value is a static string rather than a dynamic * or code-generated value, encouraging dynamic ID generation to avoid * collisions when fragments are reused. */ declare const _default: Readonly>; export default _default;