export declare const Comment = 0;
export declare const Dynamic = 1;
export declare const Placeholder = 2;
export declare const Tag = 3;
export declare const Text = 4;
type Self = typeof import("./content-type");
export type Value = Self[keyof Self];
export {};