export declare const CSS_DISPLAY_TAGS: Record<string, string>;
export declare const CSS_DISPLAY_LIQUID_TAGS: Record<string, string>;
export declare const CSS_DISPLAY_LIQUID_DEFAULT = "inline";
export declare const CSS_DISPLAY_DEFAULT = "inline";
export declare const CSS_WHITE_SPACE_TAGS: Record<string, string>;
export declare const CSS_WHITE_SPACE_DEFAULT = "normal";
export declare const CSS_WHITE_SPACE_LIQUID_TAGS: Record<string, string>;
