export declare const Class = "class";
export declare const Tags = "tags";
type Self = typeof import("./feature-type");
export type Value = Self[keyof Self];
export {};
