Skip to content
Snippets Groups Projects
components.d.ts 73.1 KiB
Newer Older
/* eslint-disable */
/* tslint:disable */
/**
 * This is an autogenerated file created by the Stencil compiler.
 * It contains typing information for all components that exist in this project.
 */
import {HTMLStencilElement, JSXBase} from '@stencil/core/internal';
Markus Kaarto's avatar
Markus Kaarto committed
import {
  AccordionVariants,
Tuukka Turu's avatar
Tuukka Turu committed
  BreadcrumbVariants,
Markus Kaarto's avatar
Markus Kaarto committed
  ButtonVariants,
  CheckboxVariants,
  CourseVariants,
Ekaterina Kondareva's avatar
Ekaterina Kondareva committed
  CtaLinkButtonVariants,
  CtaLinkVariants,
Tuukka Turu's avatar
Tuukka Turu committed
  FooterLinkItemColor,
  FooterLinkVariants,
Markus Kaarto's avatar
Markus Kaarto committed
  GridAlignVariants,
  GridColumns,
  GridColumnsLg,
  GridColumnsSm,
  HeadingSectionVariants,
  HeadingVarians,
Tuukka Turu's avatar
Tuukka Turu committed
  HeroColorVariant,
  IntroductionBgColors,
  ListItemVariants,
Ekaterina Kondareva's avatar
Ekaterina Kondareva committed
  PaginationItemVariants,
  PersonCardVariants,
  ProcessFlowBoxStepStates,
  SiteLogoSize,
} from './utils/utils';
import {Breadcrumb} from './components/hy-breadcrumbs/hy-breadcrumbs';
import {TagValue} from './components/courses/hy-content-list-item/hy-content-list-item';
import {DesktopLinks} from './components/site-header/hy-desktop-menu-links/hy-desktop-menu-links';
import {IDropdownItem} from './components/hy-dropdown/hy-dropdown';
import {IFilterGroupFilter} from './components/hy-filter-group/hy-filter-group';
Tuukka Turu's avatar
Tuukka Turu committed
import {FooterBaseLinks, FooterBaseSome} from './components/footer/hy-footer-base/hy-footer-base';
import {FooterInfoLinks} from './components/footer/hy-footer-info/hy-footer-info';
druid's avatar
druid committed
import {ListItemValue} from './components/hy-general-list/hy-general-list';
import {KeyFigureValue} from './components/hy-key-figure-group/hy-key-figure-group';
import {KeyHighlightValue} from './components/hy-key-highlight-group/hy-key-highlight-group';
import {ProcessFlowValue} from './components/hy-large-process-flow/hy-large-process-flow';
import {PhaseValue} from './components/hy-large-process-flow-phase/hy-large-process-flow-phase';
import {LinkBox} from './components/link-box-list/link-box-list';
import {CtaLinkValue} from './components/hy-link-list/hy-link-list';
import {AdditionalInfo, RelatedLink} from './components/hy-list-item/hy-list-item';
import {MenuLanguage} from './components/navigation/menu-language/menu-language';
import {ComponentLabels} from './components/site-header/site-header';
import {ProcessFlowBoxValue} from './components/process/process';
import {ShortcutLinkValue} from './components/hy-shortcuts/hy-shortcuts';
import {DesktopLinks as DesktopLinks1} from './components/site-header/site-header';
export namespace Components {
Markus Kaarto's avatar
Markus Kaarto committed
  interface ColorBox {}
  interface HyAccordionContainer {
    accordionid?: string;
  }
  interface HyAccordionItem {
    accordiontitle?: string;
druid's avatar
druid committed
    headerstyle: string;
    variant: AccordionVariants;
Markus Kaarto's avatar
Markus Kaarto committed
  }
    headerstyle: string;
    imageAlt: string;
    imageUrl: string;
    mainUrl?: string;
    mainUrl2?: string;
    mainUrlAriaLabel?: string;
    mainUrlAriaLabel2?: string;
    mainUrlIsExternal: boolean;
    mainUrlIsExternal2: boolean;
    mainUrlTitle?: string;
    mainUrlTitle2?: string;
    textDescription: string;
    textTitle?: string;
  }
Markus Kaarto's avatar
Markus Kaarto committed
  interface HyBadge {
    variant: 'primary' | 'warn' | 'success' | 'disabled';
Markus Kaarto's avatar
Markus Kaarto committed
  }
Ekaterina Kondareva's avatar
Ekaterina Kondareva committed
  interface HyBanner {
    headerstyle: string;
    isExternal: boolean;
Ekaterina Kondareva's avatar
Ekaterina Kondareva committed
    scLabel?: string;
    textDescription: string;
    textTitle?: string;
    url?: string;
    urlTitle?: string;
  }
Markus Kaarto's avatar
Markus Kaarto committed
  interface HyBaseline {
    /**
     * Top margin to be added to all but first element. Amount of rem:s
     */
Markus Kaarto's avatar
Markus Kaarto committed
    margin: number;
  }
  interface HyBox {
    /**
     * value for vertical alignment (align-items)
     */
    align: string;
    /**
     * background color. Must use one of css variable names from color tokens
     */
Markus Kaarto's avatar
Markus Kaarto committed
    /**
     * fixed height for the container, useful for extra spacing containers
     */
    h?: number;
    headerstyle: string;
Markus Kaarto's avatar
Markus Kaarto committed
    /**
     * Value for horisontal alignment (justify-content)
     */
    justify: string;
    /**
     * All sides margin value in rems. Responsive when given Comma separated values.
     */
    m?: string;
    /**
     * Bottom margin in rems. Responsive when given Comma separated values.
     */
    mb?: string;
    /**
     * Left margin in rems. Responsive when given Comma separated values.
     */
    ml?: string;
    /**
     * Right margin in rems. Responsive when given Comma separated values.
     */
    mr?: string;
    /**
     * Top margin in rems. Responsive when given Comma separated values.
     */
    mt?: string;
Markus Kaarto's avatar
Markus Kaarto committed
    /**
     * All sides padding value in rems. Responsive when given Comma separated values.
     */
    p?: string;
    /**
     * Bottom padding in rems. Responsive when given Comma separated values.
     */
    pb?: string;
    /**
     * Left padding in rems. Responsive when given Comma separated values.
     */
    pl?: string;
    /**
     * Right padding in rems. Responsive when given Comma separated values.
     */
    pr?: string;
    /**
     * Top padding in rems. Responsive when given Comma separated values.
     */
    pt?: string;
    /**
     * Responsive width. Must be a comma separated string of percentage values for breakpoints. First item is the default value.
     */
    width: string;
  }
  interface HyBoxContainer {
    /**
     * Should the container have a max width of 90rems
     */
    maxWidth: boolean;
    /**
     * Should the items wrap to new rows.
     */
    wrap: boolean;
  }
Tuukka Turu's avatar
Tuukka Turu committed
  interface HyBreadcrumbs {
    dataItems: Breadcrumb[] | string;
    headerstyle: string;
    variant: BreadcrumbVariants;
  }
Markus Kaarto's avatar
Markus Kaarto committed
  interface HyButton {
    /**
     * Aria label for the element
     */
    ariaLabel?: string;
    /**
     * Custom classes added to button element.
     */
    buttonClasses: string;
    /**
     * Button type. Defaults to submit.
     */
    buttonType: string;
Markus Kaarto's avatar
Markus Kaarto committed
    /**
     * Use this to programmatically disable the button, matches the native button functionality
     */
    disabled: boolean;
    /**
     * Icon to use on the left side
     */
    icon?: string;
    /**
     * Icon to use on the right side
     */
    iconRight?: string;
    /**
     * Use only with url property. Sets the
     */
    isExternal?: boolean;
    /**
     * Size (height) of the button. Normal: 44px, large: 48px
     */
    size: 'normal' | 'large';
Markus Kaarto's avatar
Markus Kaarto committed
    /**
     * deprecated, use disabled boolean value
     */
    state: 'enabled' | 'disabled';
Markus Kaarto's avatar
Markus Kaarto committed
    /**
     * Set this on if an anchor tag is required instead of a button.
     */
    url?: string;
    /**
     * The element variant. Defaults to primary
     */
    variant: ButtonVariants;
  }
druid's avatar
druid committed
    /**
     * Checked attribute
     */
    checkboxChecked: boolean;
    /**
     * Unique id for checkbox element
     */
    checkboxId: string | number;
    /**
     * Label for input to describe
     */
    /**
     * Value for input element
     */
    checkboxValue: string | number;
    /**
     * Variant to deifne what style of checkbox to use
     */
    variant: CheckboxVariants;
  interface HyContentList {
    creditsLabel: string;
    dataItems: string;
    linkLabel: string;
  }
  interface HyContentListItem {
    courseCode?: string;
    courseCredits?: string;
    courseEndDate?: string;
    courseEnrollmentLink?: string;
    courseLinkLabel?: string;
    courseName?: string;
    courseStartDate?: string;
    courseStudyFormat?: string;
    courseTags: TagValue[] | string;
    courseTeachingLanguage?: string;
    variant: CourseVariants;
  }
  interface HyCrisisBanner {
    bannerDescription?: string;
    bannerTitle: string;
    linkTitle?: string;
    linkUrl?: string;
  }
    headerstyle: string;
Markus Kaarto's avatar
Markus Kaarto committed
    isExternal: boolean;
    linkContent: string;
Markus Kaarto's avatar
Markus Kaarto committed
    url?: string;
Ekaterina Kondareva's avatar
Ekaterina Kondareva committed
    variant: CtaLinkButtonVariants;
    isExternal: boolean;
    linkContent: string;
    scLabel?: string;
    url?: string;
    variant: CtaLinkVariants;
  interface HyDesktopMenuLinks {
    dataDesktopLinks: DesktopLinks[] | string;
  }
Markus Kaarto's avatar
Markus Kaarto committed
  interface HyDocsContainer {}
  interface HyDropdown {
    dropdownLabel: string;
    dropdownOptions: IDropdownItem[] | string;
  }
  interface HyDropdownPanel {
    isHidden: boolean;
  }
  interface HyDropdownPanelItem {
    dropdownItemId: string | number;
    dropdownItemLabel: string;
    dropdownItemValue: string | number;
    isLast?: boolean;
  }
  interface HyFilterGroup {
    filterGroupFilters: IFilterGroupFilter[] | string;
    filterGroupLabel: string;
  }
  interface HyFilterGroupItem {
    filterGroupItemId: string | number;
    filterGroupItemLabel: string;
  }
  interface HyFilterVisibilityTool {
    filterVisibilityToolType: 'toggle' | 'reset';
  }
  interface HyFilterVisibilityToolReset {}
  interface HyFilterVisibilityToolToggle {}
Tuukka Turu's avatar
Tuukka Turu committed
  interface HyFooter {}
  interface HyFooterAction {
    /**
     * Up button label.
     */
    upButtonLabel: string;
    /**
     * String of text for updated text to be displayed.
     */
    updatedText: string;
  }
  interface HyFooterBase {
    /**
     * Link item color
     */
    color: FooterLinkItemColor;
    /**
     * Copyright text
     */
    copyrightText: string;
    /**
     * Footer links to be displayed
     */
    dataFooterBaseLinks: FooterBaseLinks[] | string;
    /**
     * Footer some links
     */
    dataFooterBaseSome: FooterBaseSome[] | string;
    /**
     * Logo label
     */
    logoLabel?: string;
    /**
     * Logo url
     */
    logoUrl?: string;
    /**
     * Logo size
     */
    size: SiteLogoSize;
    /**
     * Label for some links
     */
    someLabel?: string;
  }
  interface HyFooterInfo {
    /**
     * Data for links to be displayed.
     */
    dataFooterInfoLinks: FooterInfoLinks[] | string;
    /**
     * Content area link button text.
     */
    linkText: string;
    /**
     * Content area link button url.
     */
    linkUrl: string;
    /**
     * Content area text.
     */
    textDescription: string;
    /**
     * Content area title.
     */
    textTitle: string;
  }
  interface HyFooterLinkItem {
    color: FooterLinkItemColor;
    isMobile: boolean;
    items: Array<any>;
    label: string;
    mainLink: boolean;
    url: string;
    variant: FooterLinkVariants;
Tuukka Turu's avatar
Tuukka Turu committed
  }
druid's avatar
druid committed
  interface HyGeneralList {
    dataItems: ListItemValue[] | string;
  }
Markus Kaarto's avatar
Markus Kaarto committed
  interface HyGridContainer {}
  interface HyGridItem {
    columns: GridColumns;
    columnslg: GridColumnsLg;
    columnssm: GridColumnsSm;
    contentalign: GridAlignVariants;
  }
  interface HyGridRow {}
  interface HyHeading {
    headerstyle: string;
Markus Kaarto's avatar
Markus Kaarto committed
    heading: HeadingVarians;
Markus Kaarto's avatar
Markus Kaarto committed
    negative: boolean;
Markus Kaarto's avatar
Markus Kaarto committed
    section: HeadingSectionVariants;
  }
Tuukka Turu's avatar
Tuukka Turu committed
  interface HyHero {
    colorVariant: HeroColorVariant;
    description: string;
    headerstyle: string;
Tuukka Turu's avatar
Tuukka Turu committed
    heading: string;
    image: string;
    isExternal: boolean;
Tuukka Turu's avatar
Tuukka Turu committed
    scLabel?: string;
    url: string;
    urlTitle: string;
  }
Markus Kaarto's avatar
Markus Kaarto committed
  interface HyIcon {
    fill: string;
    icon: string;
    size: number;
  }
  interface HyImage {
    aspectRatioHeight: number;
    aspectRatioWidth: number;
    caption: string;
    imageAlt: string;
    imageUrl?: string;
  }
  interface HyIngress {
    headerstyle: string;
  }
  interface HyIntroduction {
Tuukka Turu's avatar
Tuukka Turu committed
    headerstyle: string;
    imageUrl?: string;
    isExternal: boolean;
    reversed: boolean;
    scLabel?: string;
    textDescription: string;
    textTitle?: string;
    url?: string;
    urlTitle?: string;
    variant: IntroductionBgColors;
  }
  interface HyKeyFigure {
    description: string;
    heading: string;
    variant: KeyHighlightVariants;
  }
  interface HyKeyFigureGroup {
    dataItems: KeyFigureValue[] | string;
    headerstyle: string;
  }
  interface HyKeyHighlight {
    description: string;
    heading: string;
    variant: KeyHighlightVariants;
  }
  interface HyKeyHighlightGroup {
    dataItems: KeyHighlightValue[] | string;
    headerstyle: string;
  interface HyLargeProcessFlow {
    dataItems: ProcessFlowValue[] | string;
    headerstyle: string;
  }
  interface HyLargeProcessFlowPhase {
    dataItems: PhaseValue[] | string;
  }
Markus Kaarto's avatar
Markus Kaarto committed
  interface HyLink {
    isExternal: boolean;
    linkContent: string;
Markus Kaarto's avatar
Markus Kaarto committed
    url?: string;
    variant: LinkVariants;
  }
  interface HyLinkBox {
Ekaterina Kondareva's avatar
Ekaterina Kondareva committed
    headerstyle: string;
Markus Kaarto's avatar
Markus Kaarto committed
    imageAlt: string;
    imageUrl: string;
    isExternal: boolean;
    scLabel?: string;
Markus Kaarto's avatar
Markus Kaarto committed
    textDescription: string;
    textTitle?: string;
    url?: string;
    variant: LinkBoxVariants;
  }
  interface HyLinkBoxList {
    dataItems: LinkBox[] | string;
    headerstyle: string;
  interface HyLinkList {
    dataItems: CtaLinkValue[] | string;
    headerstyle: string;
    listHeading: string;
  }
    additionalInfo?: AdditionalInfo[] | string;
    headerstyle: string;
    imageLabel?: string;
    itemDescription?: any;
    itemImageAlt?: string;
    itemImageUrl?: string;
    itemTitle?: string;
    itemType?: string;
    outGoingUrlLabel?: string;
    relatedLinks?: RelatedLink[] | string;
    relatedLinksBlockTitle?: string;
    variant: ListItemVariants;
Ekaterina Kondareva's avatar
Ekaterina Kondareva committed
  interface HyMain {
    hasSidebar: boolean;
  }
  interface HyMenu {
    dataMenuDonate: string;
    dataMenuLanguage: string;
    logoLabel: string;
    logoUrl: string;
    menuButtonBreadcrumbHome: string;
    menuButtonBreadcrumbLogourl: string;
    menuButtonBreadcrumbMain: string;
    menuButtonBreadcrumbReturn: string;
    menuIsOpen: boolean;
    menuType: MenuType;
  interface HyMenuItem {
    ariaExpanded: boolean;
    depth: number;
    hasChildren: boolean;
    inActiveTrail: boolean;
    isActive: boolean;
    isActiveChild?: boolean;
    isParent: boolean;
    menuButtonSubmenuExpand?: string;
    menuItemAlternative: boolean;
    menuLinkId: string;
    parentAsHeading: string;
    parentExpanded: boolean;
    url: string;
  interface HyMenuItemSidebar {
    ariaExpanded: boolean;
    depth: number;
    hasChildren: boolean;
    inActiveTrail: boolean;
    isActive: boolean;
    isActiveChild?: boolean;
    isDemo: boolean;
    isHeading: boolean;
    isParent: boolean;
    label: string;
    menuButtonSubmenuExpand?: string;
    menuIsOpen: boolean;
    menuItemAlternative: boolean;
    menuLinkId: string;
    menuType: MenuType;
    parentAsHeading: string;
    parentExpanded: boolean;
    url: string;
  }
  interface HyMenuLanguage {
    dataMenuLanguage: MenuLanguage[] | string;
    isMobile: boolean;
    labels?: ComponentLabels[] | string;
  }
  interface HyMenuLanguageItem {
    abbr: string;
    isActive: boolean;
    isDisabled: boolean;
    isMobile: boolean;
    label: string;
    langCode: string;
    url: string;
  }
  interface HyMenuLevelContainer {
    activeTrailTriggered: boolean;
    depth: number;
    /**
     * label for front page for panel first parent
     */
    frontLabel: string;
    /**
     * Url to front page for panel first parent
     */
    frontUrl: string;
    triggerItem: string;
  }
  interface HyMenuMobileBreadcrumb {
    bid: string;
    isFirst: boolean;
    label: string;
    labelBack: string;
    labelFrontPage: string;
    logoUrl?: string;
    /**
     * Label for frontpage
     */
    frontLabel: string;
    /**
     * Url to frontpage
     */
    frontUrl: string;
    /**
     * Isdemo
     */
    isDemo: boolean;
    /**
     * Logo label
     */
    logoLabel?: string;
    /**
     * Url for logo.
     */
    logoUrl?: string;
    /**
     * Is menu open boolean.
     */
    menuIsOpen: boolean;
    /**
     * Menu type. Defaults to sidenav.
     */
    menuType: MenuType;
    minHeight: any;
     * Should have link to front page or show full menu button
    noChildren: boolean;
    /**
     * Upper menus panel boolean.
     */
    panelOpen: boolean;
    /**
     * Label for panel toggle button.
     */
    panelToggleAriaLabel?: string;
    /**
     * Label for panel toggle button.
     */
    panelToggleCloseAriaLabel?: string;
    /**
     * Label for panel toggle button.
     */
    panelToggleCloseLabel?: string;
    /**
     * Label for panel toggle button.
     */
    panelToggleLabel?: string;
    /**
     * Logo size
     */
    size: SiteLogoSize;
  }
Ekaterina Kondareva's avatar
Ekaterina Kondareva committed
  interface HyPager {}
  interface HyPagerItem {
    itemLabel?: string;
    itemUrl?: string;
    scAriaLabel?: string;
    variant: PaginationItemVariants;
  }
  interface HyPersonCard {
    categoryTitle?: string;
    department?: string;
    email?: string;
    field?: string;
    firstName?: string;
    imageAlt?: string;
    imageUrl?: string;
    isExternal: boolean;
    lastName?: string;
    phone?: string;
    positionTitle?: string;
    scLabel?: string;
    url?: string;
    variant: PersonCardVariants;
  }
  interface HyProcess {
    dataItems: ProcessFlowBoxValue[] | string;
    headerstyle: string;
    numberTerm: string;
  }
  interface HyProcessFlowBox {
    boxDescription: string;
    boxNumber: string;
    boxTitle: string;
    intermediateStepTitle: string;
    numberTerm: string;
    stepState: ProcessFlowBoxStepStates;
    variant: ProcessFlowBoxVariants;
  }
  interface HyProminentImage {
    headerstyle: string;
    imageUrl?: string;
    textTitle?: string;
  }
Ekaterina Kondareva's avatar
Ekaterina Kondareva committed
  interface HyQuote {
    headerstyle: string;
Ekaterina Kondareva's avatar
Ekaterina Kondareva committed
    quoteSignature?: string;
  }
Markus Kaarto's avatar
Markus Kaarto committed
  interface HyRow {
    /**
     * justify-content property.
     */
Markus Kaarto's avatar
Markus Kaarto committed
    align: string;
    /**
     * justify-content property.
     */
Markus Kaarto's avatar
Markus Kaarto committed
    justify: string;
    /**
     * Left margin to be added to adjacent items.
     */
Markus Kaarto's avatar
Markus Kaarto committed
    margin: number;
  interface HySearchField {
    inputId: string;
    isLabelHidden?: boolean;
    label: string;
  }
Markus Kaarto's avatar
Markus Kaarto committed
  interface HySectionContainer {}
  interface HyShortcuts {
    dataItems: ShortcutLinkValue[] | string;
    headerstyle: string;
    listHeading: string;
  }
  interface HySiteHeader {
    dataDesktopLinks: DesktopLinks[] | string;
    dataMenuDonate: string;
    dataMenuLanguage: string;
    dataSearchTools: DesktopLinks[] | string;
    dataSiteSearchLabels: string;
    logoLabel?: string;
    logoUrl?: string;
    menuLabelClose?: string;
    menuLabelOpen?: string;
  }
  interface HySiteLogo {
    label?: string;
    type: FooterVariant;
    url?: string;
  }
  interface HySiteSearch {
druid's avatar
druid committed
    dataSearchSpecialTools: string;
Markus Kalijärvi's avatar
Markus Kalijärvi committed
    labels?: ComponentLabels[] | string;
    searchLabels: string;
    searchTools: string;
Tuukka Turu's avatar
Tuukka Turu committed
  interface HyTableContainer {}
Tuukka Turu's avatar
Tuukka Turu committed
  interface HyTabs {
    headerstyle: string;
Tuukka Turu's avatar
Tuukka Turu committed
    tabId?: string;
    tabListLabel: string;
  }
  interface HyTabsItem {
    tabTitle?: string;
  }
  interface HyTag {}
Markus Kaarto's avatar
Markus Kaarto committed
  interface HyTinyText {}
  interface HyTwoColumns {
    reversed: boolean;
  }
  interface HyUserLoginForm {
    logoLabel?: string;
    logoUrl?: string;
  }
Tuukka Turu's avatar
Tuukka Turu committed
  interface HyVideo {
    /**
     * Context label
     */
    contextLabel: string;
    /**
     * Should context label be visible
     */
    contextLabelVisible: boolean;
    /**
     * Date added date as string
     */
    dateAdded: string;
    /**
     * Label for date added
     */
    dateAddedLabel: string;
    /**
     * Duration number
     */
    duration: string;
    /**
     * Label for duration number
     */
    durationLabel: string;
    headerstyle: string;
    /**
     * Use horizontal layout where metadata is on side
     */
    horizontal: boolean;
    /**
     * Url to video, used with preview image
     */
    linkToVideo: string;
    /**
     * Label for play button if preview image is provided
     */
    playButtonLabel: string;
    /**
     * Should play button be visible
     */
    playButtonVisible: boolean;
    /**
     * Preview image url
     */
    previewImageUrl: string;
    /**
     * Video description
     */
    videoDescription: string;
    /**
     * Video title
     */
    videoTitle: string;
    /**
     * Views count number
     */
    views: string;
    /**
     * Label for views number
     */
    viewsLabel: string;
  }
  interface HTMLColorBoxElement extends Components.ColorBox, HTMLStencilElement {}
Markus Kaarto's avatar
Markus Kaarto committed
  var HTMLColorBoxElement: {
    prototype: HTMLColorBoxElement;
    new (): HTMLColorBoxElement;
  };
  interface HTMLHyAccordionContainerElement extends Components.HyAccordionContainer, HTMLStencilElement {}
Markus Kaarto's avatar
Markus Kaarto committed
  var HTMLHyAccordionContainerElement: {
    prototype: HTMLHyAccordionContainerElement;
    new (): HTMLHyAccordionContainerElement;
  };
  interface HTMLHyAccordionItemElement extends Components.HyAccordionItem, HTMLStencilElement {}
Markus Kaarto's avatar
Markus Kaarto committed
  var HTMLHyAccordionItemElement: {
    prototype: HTMLHyAccordionItemElement;
    new (): HTMLHyAccordionItemElement;
  };
  interface HTMLHyAdjacentImageTextElement extends Components.HyAdjacentImageText, HTMLStencilElement {}
  var HTMLHyAdjacentImageTextElement: {
    prototype: HTMLHyAdjacentImageTextElement;
    new (): HTMLHyAdjacentImageTextElement;
  };
Markus Kaarto's avatar
Markus Kaarto committed
  interface HTMLHyBadgeElement extends Components.HyBadge, HTMLStencilElement {}
  var HTMLHyBadgeElement: {
    prototype: HTMLHyBadgeElement;
    new (): HTMLHyBadgeElement;
  };
  interface HTMLHyBannerElement extends Components.HyBanner, HTMLStencilElement {}
Ekaterina Kondareva's avatar
Ekaterina Kondareva committed
  var HTMLHyBannerElement: {
    prototype: HTMLHyBannerElement;
    new (): HTMLHyBannerElement;
  };
  interface HTMLHyBaselineElement extends Components.HyBaseline, HTMLStencilElement {}
Markus Kaarto's avatar
Markus Kaarto committed
  var HTMLHyBaselineElement: {
    prototype: HTMLHyBaselineElement;
    new (): HTMLHyBaselineElement;
  };
Markus Kaarto's avatar
Markus Kaarto committed
  interface HTMLHyBoxElement extends Components.HyBox, HTMLStencilElement {}
  var HTMLHyBoxElement: {
    prototype: HTMLHyBoxElement;
    new (): HTMLHyBoxElement;
  };
  interface HTMLHyBoxContainerElement extends Components.HyBoxContainer, HTMLStencilElement {}
Markus Kaarto's avatar
Markus Kaarto committed
  var HTMLHyBoxContainerElement: {
    prototype: HTMLHyBoxContainerElement;
    new (): HTMLHyBoxContainerElement;
  };
Tuukka Turu's avatar
Tuukka Turu committed
  interface HTMLHyBreadcrumbsElement extends Components.HyBreadcrumbs, HTMLStencilElement {}
  var HTMLHyBreadcrumbsElement: {
    prototype: HTMLHyBreadcrumbsElement;
    new (): HTMLHyBreadcrumbsElement;
  };
  interface HTMLHyButtonElement extends Components.HyButton, HTMLStencilElement {}
Markus Kaarto's avatar
Markus Kaarto committed
  var HTMLHyButtonElement: {
    prototype: HTMLHyButtonElement;
    new (): HTMLHyButtonElement;
  };
  interface HTMLHyCheckboxElement extends Components.HyCheckbox, HTMLStencilElement {}
  var HTMLHyCheckboxElement: {
    prototype: HTMLHyCheckboxElement;
    new (): HTMLHyCheckboxElement;
  };
  interface HTMLHyContentListElement extends Components.HyContentList, HTMLStencilElement {}
  var HTMLHyContentListElement: {
    prototype: HTMLHyContentListElement;
    new (): HTMLHyContentListElement;
  };
  interface HTMLHyContentListItemElement extends Components.HyContentListItem, HTMLStencilElement {}
  var HTMLHyContentListItemElement: {
    prototype: HTMLHyContentListItemElement;
    new (): HTMLHyContentListItemElement;
  };
  interface HTMLHyCrisisBannerElement extends Components.HyCrisisBanner, HTMLStencilElement {}
  var HTMLHyCrisisBannerElement: {
    prototype: HTMLHyCrisisBannerElement;
    new (): HTMLHyCrisisBannerElement;
  };
  interface HTMLHyCtaButtonElement extends Components.HyCtaButton, HTMLStencilElement {}
  var HTMLHyCtaButtonElement: {
    prototype: HTMLHyCtaButtonElement;
    new (): HTMLHyCtaButtonElement;
  };
  interface HTMLHyCtaLinkElement extends Components.HyCtaLink, HTMLStencilElement {}
  var HTMLHyCtaLinkElement: {
    prototype: HTMLHyCtaLinkElement;
    new (): HTMLHyCtaLinkElement;
Markus Kaarto's avatar
Markus Kaarto committed
  };
  interface HTMLHyDesktopMenuLinksElement extends Components.HyDesktopMenuLinks, HTMLStencilElement {}
  var HTMLHyDesktopMenuLinksElement: {
    prototype: HTMLHyDesktopMenuLinksElement;
    new (): HTMLHyDesktopMenuLinksElement;
  };
  interface HTMLHyDocsContainerElement extends Components.HyDocsContainer, HTMLStencilElement {}
Markus Kaarto's avatar
Markus Kaarto committed
  var HTMLHyDocsContainerElement: {
    prototype: HTMLHyDocsContainerElement;
    new (): HTMLHyDocsContainerElement;
  };
  interface HTMLHyDropdownElement extends Components.HyDropdown, HTMLStencilElement {}
  var HTMLHyDropdownElement: {
    prototype: HTMLHyDropdownElement;
    new (): HTMLHyDropdownElement;
  };
  interface HTMLHyDropdownPanelElement extends Components.HyDropdownPanel, HTMLStencilElement {}
  var HTMLHyDropdownPanelElement: {
    prototype: HTMLHyDropdownPanelElement;
    new (): HTMLHyDropdownPanelElement;
  };
  interface HTMLHyDropdownPanelItemElement extends Components.HyDropdownPanelItem, HTMLStencilElement {}
  var HTMLHyDropdownPanelItemElement: {
    prototype: HTMLHyDropdownPanelItemElement;
    new (): HTMLHyDropdownPanelItemElement;
  };
  interface HTMLHyFilterGroupElement extends Components.HyFilterGroup, HTMLStencilElement {}
  var HTMLHyFilterGroupElement: {
    prototype: HTMLHyFilterGroupElement;
    new (): HTMLHyFilterGroupElement;
  };
  interface HTMLHyFilterGroupItemElement extends Components.HyFilterGroupItem, HTMLStencilElement {}
  var HTMLHyFilterGroupItemElement: {
    prototype: HTMLHyFilterGroupItemElement;
    new (): HTMLHyFilterGroupItemElement;
  };
  interface HTMLHyFilterVisibilityToolElement extends Components.HyFilterVisibilityTool, HTMLStencilElement {}
  var HTMLHyFilterVisibilityToolElement: {
    prototype: HTMLHyFilterVisibilityToolElement;
    new (): HTMLHyFilterVisibilityToolElement;
  };
  interface HTMLHyFilterVisibilityToolResetElement extends Components.HyFilterVisibilityToolReset, HTMLStencilElement {}
  var HTMLHyFilterVisibilityToolResetElement: {