import * as react from 'react'; import { HTMLAttributes } from 'react'; declare function ElAutocomplete(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElCommandPalette(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElCommandList(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElDefaults(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElNoResults(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElCommandGroup(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElCommandPreview(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElDialog(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElDialogPanel(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElDialogBackdrop(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElDisclosure(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElSelect(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElSelectedcontent(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElMenu(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElDropdown(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElOptions(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElOption(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElPopover(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElPopoverGroup(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElTabList(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElTabPanels(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElTabGroup(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare function ElCopyable(props: HTMLAttributes & { ref?: any; }): react.DOMElement & { ref?: any; }, Element>; declare module 'react' { interface ButtonHTMLAttributes { command?: 'show-modal' | 'close' | 'request-close' | 'show-popover' | 'hide-popover' | 'toggle-popover' | `--${string}` | undefined; commandfor?: string | undefined; } } declare module 'react' { interface ButtonHTMLAttributes { command?: 'show-modal' | 'close' | 'request-close' | 'show-popover' | 'hide-popover' | 'toggle-popover' | '--show' | '--hide' | '--toggle' | '--copy' | `--${string}` | undefined; commandfor?: string | undefined; } } export { ElAutocomplete, ElCommandGroup, ElCommandList, ElCommandPalette, ElCommandPreview, ElCopyable, ElDefaults, ElDialog, ElDialogBackdrop, ElDialogPanel, ElDisclosure, ElDropdown, ElMenu, ElNoResults, ElOption, ElOptions, ElPopover, ElPopoverGroup, ElSelect, ElSelectedcontent, ElTabGroup, ElTabList, ElTabPanels };