export namespace cssPseudoClasses { export let fullscreen: string; export let modal: string; export let picture_in_picture: string; export let autofill: string; export let enabled: string; export let disabled: string; export let read_only: string; export let read_write: string; export let placeholder_shown: string; let _default: string; export { _default as default }; export let checked: string; export let indeterminate: string; export let blank: string; export let valid: string; export let invalid: string; export let in_range: string; export let out_of_range: string; export let required: string; export let optional: string; export let user_valid: string; export let user_invalid: string; export let dir: string; export let lang: string; export let any_link: string; export let link: string; export let visited: string; export let local_link: string; export let target: string; export let target_within: string; export let scope: string; export let playing: string; export let paused: string; export let current: string; export let past: string; export let future: string; export let root: string; export let empty: string; export let nth_child: string; export let nth_last_child: string; export let first_child: string; export let last_child: string; export let only_child: string; export let nth_of_type: string; export let nth_last_of_type: string; export let first_of_type: string; export let last_of_type: string; export let only_of_type: string; export let active: string; export let focus: string; export let focus_visible: string; export let focus_within: string; export let hover: string; export let is: string; export let not: string; export let where: string; export let has: string; export let nth_col: string; export let nth_last_col: string; export let host: string; export let host_context: string; export let defined: string; export let moz_any: string; export let moz_any_link: string; export let moz_focusring: string; export let moz_full_screen: string; export let moz_full_screen_ancestor: string; export let moz_full_screen_document: string; export let moz_full_screen_element: string; export let moz_full_screen_root: string; export let moz_placeholder: string; export let moz_read_only: string; export let moz_read_write: string; export let moz_submit_invalid: string; export let moz_ui_invalid: string; export let moz_ui_valid: string; export let webkit_any: string; export let webkit_any_link: string; export let webkit_autofill: string; export let webkit_current: string; export let webkit_full_screen: string; export let webkit_full_screen_ancestor: string; export let webkit_full_screen_document: string; export let webkit_full_screen_element: string; export let webkit_full_screen_root: string; export let webkit_input_placeholder: string; export let webkit_read_only: string; export let webkit_read_write: string; export let webkit_scrollbar: string; export let webkit_scrollbar_button: string; export let webkit_scrollbar_thumb: string; export let webkit_scrollbar_track: string; export let webkit_scrollbar_track_piece: string; export let webkit_search_cancel_button: string; export let webkit_search_results_button: string; }