export type HighlightTokenName = 'token_processing_instruction' | 'token_doctype' | 'token_cdata' | 'token_punctuation' | 'token_tag' | 'token_constant' | 'token_symbol' | 'token_deleted' | 'token_keyword' | 'token_null' | 'token_boolean' | 'token_interpolation_punctuation' | 'token_heading' | 'token_heading_punctuation' | 'token_tag_punctuation' | 'token_comment' | 'token_char' | 'token_inserted' | 'token_blockquote' | 'token_blockquote_punctuation' | 'token_builtin' | 'token_class_name' | 'token_number' | 'token_attr_value' | 'token_attr_quote' | 'token_string' | 'token_template_punctuation' | 'token_inline_code' | 'token_code_punctuation' | 'token_attr_equals' | 'token_selector' | 'token_function' | 'token_regex' | 'token_important' | 'token_variable' | 'token_atrule' | 'token_attr_name' | 'token_property' | 'token_decorator' | 'token_decorator_name' | 'token_link_text_wrapper' | 'token_link_text' | 'token_link_punctuation' | 'token_special_keyword' | 'token_namespace' | 'token_rule' | 'token_at_keyword' | 'token_url' | 'token_strikethrough' | 'token_bold' | 'token_italic'; export declare const highlight_priorities: Record; //# sourceMappingURL=highlight_priorities.d.ts.map