import * as i0 from '@angular/core'; import { NgZone, ChangeDetectorRef, ElementRef, EventEmitter } from '@angular/core'; import { Components, ValidationChange, ContextMenuEventItem, ClickLink, FormFilterState, FilterChange, IListItem, TabItem } from '@designsystem-se/af/components'; import { ControlValueAccessor } from '@angular/forms'; import * as i1 from '@angular/common'; declare class DigiBadgeNotification { protected z: NgZone; protected el: HTMLDigiBadgeNotificationElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiBadgeNotification extends Components.DigiBadgeNotification { } declare class DigiBadgeStatus { protected z: NgZone; protected el: HTMLDigiBadgeStatusElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiBadgeStatus extends Components.DigiBadgeStatus { } declare class DigiBarChart { protected z: NgZone; protected el: HTMLDigiBarChartElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiBarChart extends Components.DigiBarChart { } declare class DigiButton { protected z: NgZone; protected el: HTMLDigiButtonElement; afOnClick: EventEmitter>; afOnFocus: EventEmitter>; afOnBlur: EventEmitter>; afOnReady: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiButton extends Components.DigiButton { /** * Buttonelementets 'onclick'-event. @en The button element's 'onclick' event. */ afOnClick: EventEmitter>; /** * Buttonelementets 'onfocus'-event. @en The button element's 'onfocus' event. */ afOnFocus: EventEmitter>; /** * Buttonelementets 'onblur'-event. @en The button element's 'onblur' event. */ afOnBlur: EventEmitter>; /** * När komponenten och slotsen är laddade och initierade så skickas detta eventet. @en When the component and slots are loaded and initialized this event will trigger. */ afOnReady: EventEmitter>; } declare class DigiCalendar { protected z: NgZone; protected el: HTMLDigiCalendarElement; afOnDateSelectedChange: EventEmitter>; afOnFocusOutside: EventEmitter>; afOnClickOutside: EventEmitter>; afOnDirty: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiCalendar extends Components.DigiCalendar { /** * Sker när ett datum har valts eller avvalts. Returnerar datumen i en array. @en When a date is selected. Return the dates in an array. */ afOnDateSelectedChange: EventEmitter>; /** * Sker när fokus flyttas utanför kalendern @en When focus moves out from the calendar */ afOnFocusOutside: EventEmitter>; /** * Sker vid klick utanför kalendern @en When click outside the calendar */ afOnClickOutside: EventEmitter>; /** * Sker när kalenderdatumen har rörts första gången, när värdet på focusedDate har ändrats första gången. @en When the calendar dates are touched the first time, when focusedDate is changed the first time. */ afOnDirty: EventEmitter>; } declare class DigiCalendarDatepicker { protected z: NgZone; protected el: HTMLDigiCalendarDatepickerElement; afOnDateChange: EventEmitter>; afOnDateChangeRawText: EventEmitter>; afOnValidationChange: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiCalendarDatepicker extends Components.DigiCalendarDatepicker { /** * Skickar värdet som en array av Date-objekt när datumet uppdateras @en Sends the value as an array of Date objects when the date is updated */ afOnDateChange: EventEmitter>; /** * Skickar strängen som visas i inputfältet när datumet uppdateras @en Sends the string displayed in the input field when the date is updated */ afOnDateChangeRawText: EventEmitter>; /** * Skickar resultatet när validering sker @en Emits the validation result */ afOnValidationChange: EventEmitter>; } declare class DigiCalendarWeekView { protected z: NgZone; protected el: HTMLDigiCalendarWeekViewElement; afOnWeekChange: EventEmitter>; afOnDateChange: EventEmitter>; afOnReady: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiCalendarWeekView extends Components.DigiCalendarWeekView { /** * Vid byte av vecka @en When week changes */ afOnWeekChange: EventEmitter>; /** * Vid byte av dag @en When day changes */ afOnDateChange: EventEmitter>; /** * När komponenten och slotsen är laddade och initierade så skickas detta eventet. @en When the component and slots are loaded and initialized this event will trigger. */ afOnReady: EventEmitter>; } declare class DigiChartLine { protected z: NgZone; protected el: HTMLDigiChartLineElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiChartLine extends Components.DigiChartLine { } declare class DigiCode { protected z: NgZone; protected el: HTMLDigiCodeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiCode extends Components.DigiCode { } declare class DigiCodeBlock { protected z: NgZone; protected el: HTMLDigiCodeBlockElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiCodeBlock extends Components.DigiCodeBlock { } declare class DigiCodeExample { protected z: NgZone; protected el: HTMLDigiCodeExampleElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiCodeExample extends Components.DigiCodeExample { } declare class DigiContextMenu { protected z: NgZone; protected el: HTMLDigiContextMenuElement; afChangeItem: EventEmitter>; afFocusItem: EventEmitter>; afToggleMenu: EventEmitter>; afBlur: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiContextMenu extends Components.DigiContextMenu { /** * När menyalternativ är valt @en When menu item is activated */ afChangeItem: EventEmitter>; /** * När fokus flyttar mellan menyalternativ @en When focus change between menu items */ afFocusItem: EventEmitter>; /** * När menyn öppnas / stängs @en When the menu opens / closes */ afToggleMenu: EventEmitter>; /** * När fokus går över till ett annat element @en When focus moves on to another element */ afBlur: EventEmitter>; } declare class DigiDialog { protected z: NgZone; protected el: HTMLDigiDialogElement; afPrimaryButtonClick: EventEmitter>; afSecondaryButtonClick: EventEmitter>; afOnClose: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiDialog extends Components.DigiDialog { /** * Primära knappens 'onclick'-event @en The primary buttons 'onclick' event */ afPrimaryButtonClick: EventEmitter>; /** * Sekundära knappens 'onclick'-event @en The secondary buttons 'onclick' event */ afSecondaryButtonClick: EventEmitter>; /** * Event när modalen stängs @en Event fired when modal is closed */ afOnClose: EventEmitter>; } declare class DigiExpandableAccordion { protected z: NgZone; protected el: HTMLDigiExpandableAccordionElement; afOnClick: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiExpandableAccordion extends Components.DigiExpandableAccordion { /** * Buttonelementets 'onclick'-event. @en The button element's 'onclick' event. */ afOnClick: EventEmitter>; } declare class DigiExpandableFaq { protected z: NgZone; protected el: HTMLDigiExpandableFaqElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiExpandableFaq extends Components.DigiExpandableFaq { } declare class DigiExpandableFaqItem { protected z: NgZone; protected el: HTMLDigiExpandableFaqItemElement; afOnClick: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiExpandableFaqItem extends Components.DigiExpandableFaqItem { /** * Buttonelementets 'onclick'-event. @en The button element's 'onclick' event. */ afOnClick: EventEmitter>; } declare class DigiFooter { protected z: NgZone; protected el: HTMLDigiFooterElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiFooter extends Components.DigiFooter { } declare class DigiFooterCard { protected z: NgZone; protected el: HTMLDigiFooterCardElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiFooterCard extends Components.DigiFooterCard { } declare class DigiFormCategoryFilter { protected z: NgZone; protected el: HTMLDigiFormCategoryFilterElement; afOnSelectedCategoryChange: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiFormCategoryFilter extends Components.DigiFormCategoryFilter { /** * Sker vid ändrade valda kategorier @en When selected categories is changed */ afOnSelectedCategoryChange: EventEmitter>; } declare class DigiFormCheckbox { protected z: NgZone; protected el: HTMLDigiFormCheckboxElement; afOnChange: EventEmitter>; afOnBlur: EventEmitter>; afOnFocus: EventEmitter>; afOnFocusout: EventEmitter>; afOnInput: EventEmitter>; afOnDirty: EventEmitter>; afOnTouched: EventEmitter>; afOnReady: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiFormCheckbox extends Components.DigiFormCheckbox { /** * Inputelementets 'onchange'-event. @en The input element's 'onchange' event. */ afOnChange: EventEmitter>; /** * Inputelementets 'onblur'-event. @en The input element's 'onblur' event. */ afOnBlur: EventEmitter>; /** * Inputelementets 'onfocus'-event. @en The input element's 'onfocus' event. */ afOnFocus: EventEmitter>; /** * Inputelementets 'onfocusout'-event. @en The input element's 'onfocusout' event. */ afOnFocusout: EventEmitter>; /** * Inputelementets 'oninput'-event. @en The input element's 'oninput' event. */ afOnInput: EventEmitter>; /** * Sker vid inputfältets första 'oninput' @en First time the input element receives an input */ afOnDirty: EventEmitter>; /** * Sker vid inputfältets första 'onblur' @en First time the input element is blurred */ afOnTouched: EventEmitter>; /** * När komponenten och slotsen är laddade och initierade så skickas detta eventet. @en When the component and slots are loaded and initialized this event will trigger. */ afOnReady: EventEmitter>; } declare class DigiFormErrorList { protected z: NgZone; protected el: HTMLDigiFormErrorListElement; afOnClickLink: EventEmitter>; afOnReady: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiFormErrorList extends Components.DigiFormErrorList { /** * Används för att fånga upp href till länken man har klickat på @en The link elements' 'onclick' event. */ afOnClickLink: EventEmitter>; /** * När komponenten och slotsen är laddade och initierade så skickas detta eventet. @en When the component and slots are loaded and initialized this event will trigger. */ afOnReady: EventEmitter>; } declare class DigiFormFieldset { protected z: NgZone; protected el: HTMLDigiFormFieldsetElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiFormFieldset extends Components.DigiFormFieldset { } declare class DigiFormFileUpload { protected z: NgZone; protected el: HTMLDigiFormFileUploadElement; afOnUploadFile: EventEmitter>; afOnRemoveFile: EventEmitter>; afOnCancelFile: EventEmitter>; afOnReady: EventEmitter>; afShowModal: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiFormFileUpload extends Components.DigiFormFileUpload { /** * Sänder ut fil som håller på att laddas upp, eller som har laddats upp - beroende på afValidation-inställning @en Emits file on upload */ afOnUploadFile: EventEmitter>; /** * Sänder ut vilken fil som tagits bort @en Emits which file that was deleted. */ afOnRemoveFile: EventEmitter>; /** * Sänder ut den fil vars uppladdning avbrutits @en Emits which file that was canceled */ afOnCancelFile: EventEmitter>; /** * När komponenten och slotsen är laddade och initierade så skickas detta eventet. @en When the component and slots are loaded and initialized this event will trigger. */ afOnReady: EventEmitter>; /** * När fönstret för att välja filer öppnas @en When the file selection modal is activated */ afShowModal: EventEmitter>; } declare class DigiFormFilter { protected z: NgZone; protected el: HTMLDigiFormFilterElement; afBlurFilter: EventEmitter>; afSubmitFilter: EventEmitter>; afCloseFilter: EventEmitter>; afResetFilter: EventEmitter>; afChangeFilter: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiFormFilter extends Components.DigiFormFilter { /** * När fokus går över till ett annat element @en When focus moves on to another element */ afBlurFilter: EventEmitter>; /** * Vid uppdatering av filtret @en At filter submit */ afSubmitFilter: EventEmitter>; /** * När filtret stängs utan att valda alternativ bekräftats @en When the filter is closed without confirming the selected options */ afCloseFilter: EventEmitter>; /** * Vid reset av filtret @en At filter reset */ afResetFilter: EventEmitter>; /** * När ett filter ändras @en When a filter is changed */ afChangeFilter: EventEmitter>; } declare class DigiFormInput { protected z: NgZone; protected el: HTMLDigiFormInputElement; afOnChange: EventEmitter>; afOnBlur: EventEmitter>; afOnKeyup: EventEmitter>; afOnFocus: EventEmitter>; afOnFocusout: EventEmitter>; afOnInput: EventEmitter>; afOnDirty: EventEmitter>; afOnTouched: EventEmitter>; afOnReady: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiFormInput extends Components.DigiFormInput { /** * Inputelementets 'onchange'-event. @en The input element's 'onchange' event. */ afOnChange: EventEmitter>; /** * Inputelementets 'onblur'-event. @en The input element's 'onblur' event. */ afOnBlur: EventEmitter>; /** * Inputelementets 'onkeyup'-event. @en The input element's 'onkeyup' event. */ afOnKeyup: EventEmitter>; /** * Inputelementets 'onfocus'-event. @en The input element's 'onfocus' event. */ afOnFocus: EventEmitter>; /** * Inputelementets 'onfocusout'-event. @en The input element's 'onfocusout' event. */ afOnFocusout: EventEmitter>; /** * Inputelementets 'oninput'-event. @en The input element's 'oninput' event. */ afOnInput: EventEmitter>; /** * Sker vid inputfältets första 'oninput' @en First time the input element receives an input */ afOnDirty: EventEmitter>; /** * Sker vid inputfältets första 'onblur' @en First time the input element is blurred */ afOnTouched: EventEmitter>; /** * När komponenten och slotsen är laddade och initierade så skickas detta eventet. @en When the component and slots are loaded and initialized this event will trigger. */ afOnReady: EventEmitter>; } declare class DigiFormInputSearch { protected z: NgZone; protected el: HTMLDigiFormInputSearchElement; afOnFocusOutside: EventEmitter>; afOnFocusInside: EventEmitter>; afOnClickOutside: EventEmitter>; afOnClickInside: EventEmitter>; afOnChange: EventEmitter>; afOnBlur: EventEmitter>; afOnKeyup: EventEmitter>; afOnFocus: EventEmitter>; afOnFocusout: EventEmitter>; afOnInput: EventEmitter>; afOnClick: EventEmitter>; afOnSubmitSearch: EventEmitter>; afOnReady: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiFormInputSearch extends Components.DigiFormInputSearch { /** * Vid fokus utanför komponenten. @en When focus is outside component. */ afOnFocusOutside: EventEmitter>; /** * Vid fokus inuti komponenten. @en When focus is inside component. */ afOnFocusInside: EventEmitter>; /** * Vid klick utanför komponenten. @en When click outside component. */ afOnClickOutside: EventEmitter>; /** * Vid klick inuti komponenten. @en When click inside component. */ afOnClickInside: EventEmitter>; /** * Inputelementets 'onchange'-event. @en The input element's 'onchange' event. */ afOnChange: EventEmitter>; /** * Inputelementets 'onblur'-event. @en The input element's 'onblur' event. */ afOnBlur: EventEmitter>; /** * Inputelementets 'onkeyup'-event. @en The input element's 'onkeyup' event. */ afOnKeyup: EventEmitter>; /** * Inputelementets 'onfocus'-event. @en The input element's 'onfocus' event. */ afOnFocus: EventEmitter>; /** * Inputelementets 'onfocusout'-event. @en The input element's 'onfocusout' event. */ afOnFocusout: EventEmitter>; /** * Inputelementets 'oninput'-event. @en The input element's 'oninput' event. */ afOnInput: EventEmitter>; /** * Knappelementets 'onclick'-event. @en The button element's 'onclick' event. */ afOnClick: EventEmitter>; /** * Komponent skickar detta Event när sökfältets knapp är klickat eller enter knapp är tryckt när man har fokus på sökfältet. Returnerar fältets value @en Component sends this event when the search field button is clicked or enter button is pressed when focus is on the search field. Returns field value */ afOnSubmitSearch: EventEmitter>; /** * När komponenten och slotsen är laddade och initierade så skickas detta eventet. @en When the component and slots are loaded and initialized this event will trigger. */ afOnReady: EventEmitter>; } declare class DigiFormLabel { protected z: NgZone; protected el: HTMLDigiFormLabelElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiFormLabel extends Components.DigiFormLabel { } declare class DigiFormRadiobutton { protected z: NgZone; protected el: HTMLDigiFormRadiobuttonElement; afOnChange: EventEmitter>; afOnBlur: EventEmitter>; afOnFocus: EventEmitter>; afOnFocusout: EventEmitter>; afOnInput: EventEmitter>; afOnDirty: EventEmitter>; afOnTouched: EventEmitter>; afOnReady: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiFormRadiobutton extends Components.DigiFormRadiobutton { /** * Inputelementets 'onchange'-event. @en The input element's 'onchange' event. */ afOnChange: EventEmitter>; /** * Inputelementets 'onblur'-event. @en The input element's 'onblur' event. */ afOnBlur: EventEmitter>; /** * Inputelementets 'onfocus'-event. @en The input element's 'onfocus' event. */ afOnFocus: EventEmitter>; /** * Inputelementets 'onfocusout'-event. @en The input element's 'onfocusout' event. */ afOnFocusout: EventEmitter>; /** * Inputelementets 'oninput'-event. @en The input element's 'oninput' event. */ afOnInput: EventEmitter>; /** * Sker vid inputfältets första 'oninput' @en First time the input element receives an input */ afOnDirty: EventEmitter>; /** * Sker vid inputfältets första 'onblur' @en First time the input element is blurred */ afOnTouched: EventEmitter>; /** * När komponenten och slotsen är laddade och initierade så skickas detta eventet. @en When the component and slots are loaded and initialized this event will trigger. */ afOnReady: EventEmitter>; } declare class DigiFormRadiogroup { protected z: NgZone; protected el: HTMLDigiFormRadiogroupElement; afOnGroupChange: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiFormRadiogroup extends Components.DigiFormRadiogroup { /** * Event när värdet ändras @en Event when value changes */ afOnGroupChange: EventEmitter>; } declare class DigiFormReceipt { protected z: NgZone; protected el: HTMLDigiFormReceiptElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiFormReceipt extends Components.DigiFormReceipt { } declare class DigiFormSelect { protected z: NgZone; protected el: HTMLDigiFormSelectElement; afOnChange: EventEmitter>; afOnSelect: EventEmitter>; afOnFocus: EventEmitter>; afOnFocusout: EventEmitter>; afOnBlur: EventEmitter>; afOnDirty: EventEmitter>; afOnReady: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiFormSelect extends Components.DigiFormSelect { afOnChange: EventEmitter>; afOnSelect: EventEmitter>; afOnFocus: EventEmitter>; afOnFocusout: EventEmitter>; afOnBlur: EventEmitter>; /** * Sker första gången väljarelementet ändras. @en First time the select element is changed. */ afOnDirty: EventEmitter>; /** * När komponenten och slotsen är laddade och initierade så skickas detta eventet. @en When the component and slots are loaded and initialized this event will trigger. */ afOnReady: EventEmitter>; } declare class DigiFormSelectFilter { protected z: NgZone; protected el: HTMLDigiFormSelectFilterElement; afOnFocusout: EventEmitter>; afOnSubmitFilters: EventEmitter>; afOnFilterClosed: EventEmitter>; afOnResetFilters: EventEmitter>; afOnSelect: EventEmitter>; afOnQueryChanged: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiFormSelectFilter extends Components.DigiFormSelectFilter { afOnFocusout: EventEmitter>; /** * Vid uppdatering av filtret @en At filter submit */ afOnSubmitFilters: EventEmitter>; /** * När filtret stängs utan att valda alternativ bekräftats @en When the filter is closed without confirming the selected options */ afOnFilterClosed: EventEmitter>; /** * Vid reset av filtret @en At filter reset */ afOnResetFilters: EventEmitter>; /** * När ett eller flera filter väljs @en When a filter is changed */ afOnSelect: EventEmitter>; /** * När en söksträng ändras @en When a search query is changed. */ afOnQueryChanged: EventEmitter>; } declare class DigiFormTextarea { protected z: NgZone; protected el: HTMLDigiFormTextareaElement; afOnChange: EventEmitter>; afOnBlur: EventEmitter>; afOnKeyup: EventEmitter>; afOnFocus: EventEmitter>; afOnFocusout: EventEmitter>; afOnInput: EventEmitter>; afOnDirty: EventEmitter>; afOnTouched: EventEmitter>; afOnReady: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiFormTextarea extends Components.DigiFormTextarea { /** * Textareatelementets 'onchange'-event. @en The textarea element's 'onchange' event. */ afOnChange: EventEmitter>; /** * Textareatelementets 'onblur'-event. @en The textarea element's 'onblur' event. */ afOnBlur: EventEmitter>; /** * Textareatelementets 'onkeyup'-event. @en The textarea element's 'onkeyup' event. */ afOnKeyup: EventEmitter>; /** * Textareatelementets 'onfocus'-event. @en The textarea element's 'onfocus' event. */ afOnFocus: EventEmitter>; /** * Textareatelementets 'onfocusout'-event. @en The textarea element's 'onfocusout' event. */ afOnFocusout: EventEmitter>; /** * Textareatelementets 'oninput'-event. @en The textarea element's 'oninput' event. */ afOnInput: EventEmitter>; /** * Sker vid textareaelementets första 'oninput' @en First time the textarea element receives an input */ afOnDirty: EventEmitter>; /** * Sker vid textareaelementets första 'onblur' @en First time the textelement is blurred */ afOnTouched: EventEmitter>; /** * När komponenten och slotsen är laddade och initierade så skickas detta eventet. @en When the component and slots are loaded and initialized this event will trigger. */ afOnReady: EventEmitter>; } declare class DigiFormValidationMessage { protected z: NgZone; protected el: HTMLDigiFormValidationMessageElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiFormValidationMessage extends Components.DigiFormValidationMessage { } declare class DigiHeader { protected z: NgZone; protected el: HTMLDigiHeaderElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiHeader extends Components.DigiHeader { } declare class DigiHeaderAvatar { protected z: NgZone; protected el: HTMLDigiHeaderAvatarElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiHeaderAvatar extends Components.DigiHeaderAvatar { } declare class DigiHeaderNavigation { protected z: NgZone; protected el: HTMLDigiHeaderNavigationElement; afOnClose: EventEmitter>; afOnEsc: EventEmitter>; afOnBackdropClick: EventEmitter>; afOnToggle: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiHeaderNavigation extends Components.DigiHeaderNavigation { /** * Stängknappens 'onclick'-event @en Close button's 'onclick' event */ afOnClose: EventEmitter>; /** * Stängning av sidofält med esc-tangenten @en At close/open of sidebar using esc-key */ afOnEsc: EventEmitter>; /** * Stängning av sidofält med klick på skuggan bakom menyn @en At close of sidebar when clicking on backdrop */ afOnBackdropClick: EventEmitter>; /** * Vid öppning/stängning av sidofält @en At close/open of sidebar */ afOnToggle: EventEmitter>; } declare class DigiHeaderNavigationItem { protected z: NgZone; protected el: HTMLDigiHeaderNavigationItemElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiHeaderNavigationItem extends Components.DigiHeaderNavigationItem { } declare class DigiHeaderNotification { protected z: NgZone; protected el: HTMLDigiHeaderNotificationElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiHeaderNotification extends Components.DigiHeaderNotification { } declare class DigiIconAccessibilityDeaf { protected z: NgZone; protected el: HTMLDigiIconAccessibilityDeafElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconAccessibilityDeaf extends Components.DigiIconAccessibilityDeaf { } declare class DigiIconAccessibilityUniversal { protected z: NgZone; protected el: HTMLDigiIconAccessibilityUniversalElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconAccessibilityUniversal extends Components.DigiIconAccessibilityUniversal { } declare class DigiIconApple { protected z: NgZone; protected el: HTMLDigiIconAppleElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconApple extends Components.DigiIconApple { } declare class DigiIconArchive { protected z: NgZone; protected el: HTMLDigiIconArchiveElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconArchive extends Components.DigiIconArchive { } declare class DigiIconArchiveOutline { protected z: NgZone; protected el: HTMLDigiIconArchiveOutlineElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconArchiveOutline extends Components.DigiIconArchiveOutline { } declare class DigiIconArrowBack { protected z: NgZone; protected el: HTMLDigiIconArrowBackElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconArrowBack extends Components.DigiIconArrowBack { } declare class DigiIconArrowDown { protected z: NgZone; protected el: HTMLDigiIconArrowDownElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconArrowDown extends Components.DigiIconArrowDown { } declare class DigiIconArrowLeft { protected z: NgZone; protected el: HTMLDigiIconArrowLeftElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconArrowLeft extends Components.DigiIconArrowLeft { } declare class DigiIconArrowRight { protected z: NgZone; protected el: HTMLDigiIconArrowRightElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconArrowRight extends Components.DigiIconArrowRight { } declare class DigiIconArrowSignIn { protected z: NgZone; protected el: HTMLDigiIconArrowSignInElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconArrowSignIn extends Components.DigiIconArrowSignIn { } declare class DigiIconArrowSignOut { protected z: NgZone; protected el: HTMLDigiIconArrowSignOutElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconArrowSignOut extends Components.DigiIconArrowSignOut { } declare class DigiIconArrowUp { protected z: NgZone; protected el: HTMLDigiIconArrowUpElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconArrowUp extends Components.DigiIconArrowUp { } declare class DigiIconAt { protected z: NgZone; protected el: HTMLDigiIconAtElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconAt extends Components.DigiIconAt { } declare class DigiIconBars { protected z: NgZone; protected el: HTMLDigiIconBarsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconBars extends Components.DigiIconBars { } declare class DigiIconBell { protected z: NgZone; protected el: HTMLDigiIconBellElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconBell extends Components.DigiIconBell { } declare class DigiIconBellFilled { protected z: NgZone; protected el: HTMLDigiIconBellFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconBellFilled extends Components.DigiIconBellFilled { } declare class DigiIconBook { protected z: NgZone; protected el: HTMLDigiIconBookElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconBook extends Components.DigiIconBook { } declare class DigiIconBookmarkOutline { protected z: NgZone; protected el: HTMLDigiIconBookmarkOutlineElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconBookmarkOutline extends Components.DigiIconBookmarkOutline { } declare class DigiIconBookmarkSolid { protected z: NgZone; protected el: HTMLDigiIconBookmarkSolidElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconBookmarkSolid extends Components.DigiIconBookmarkSolid { } declare class DigiIconBubble { protected z: NgZone; protected el: HTMLDigiIconBubbleElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconBubble extends Components.DigiIconBubble { } declare class DigiIconBubbleEllipsis { protected z: NgZone; protected el: HTMLDigiIconBubbleEllipsisElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconBubbleEllipsis extends Components.DigiIconBubbleEllipsis { } declare class DigiIconBuildingOutline { protected z: NgZone; protected el: HTMLDigiIconBuildingOutlineElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconBuildingOutline extends Components.DigiIconBuildingOutline { } declare class DigiIconBuildingSolid { protected z: NgZone; protected el: HTMLDigiIconBuildingSolidElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconBuildingSolid extends Components.DigiIconBuildingSolid { } declare class DigiIconBullseye { protected z: NgZone; protected el: HTMLDigiIconBullseyeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconBullseye extends Components.DigiIconBullseye { } declare class DigiIconCalculatorSolid { protected z: NgZone; protected el: HTMLDigiIconCalculatorSolidElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconCalculatorSolid extends Components.DigiIconCalculatorSolid { } declare class DigiIconCalendar { protected z: NgZone; protected el: HTMLDigiIconCalendarElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconCalendar extends Components.DigiIconCalendar { } declare class DigiIconCalendarAlt { protected z: NgZone; protected el: HTMLDigiIconCalendarAltElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconCalendarAlt extends Components.DigiIconCalendarAlt { } declare class DigiIconCalendarAltAlert { protected z: NgZone; protected el: HTMLDigiIconCalendarAltAlertElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconCalendarAltAlert extends Components.DigiIconCalendarAltAlert { } declare class DigiIconCaretCircleRight { protected z: NgZone; protected el: HTMLDigiIconCaretCircleRightElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconCaretCircleRight extends Components.DigiIconCaretCircleRight { } declare class DigiIconCaretDown { protected z: NgZone; protected el: HTMLDigiIconCaretDownElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconCaretDown extends Components.DigiIconCaretDown { } declare class DigiIconCaretLeft { protected z: NgZone; protected el: HTMLDigiIconCaretLeftElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconCaretLeft extends Components.DigiIconCaretLeft { } declare class DigiIconCaretRight { protected z: NgZone; protected el: HTMLDigiIconCaretRightElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconCaretRight extends Components.DigiIconCaretRight { } declare class DigiIconCaretUp { protected z: NgZone; protected el: HTMLDigiIconCaretUpElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconCaretUp extends Components.DigiIconCaretUp { } declare class DigiIconChart { protected z: NgZone; protected el: HTMLDigiIconChartElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconChart extends Components.DigiIconChart { } declare class DigiIconChat { protected z: NgZone; protected el: HTMLDigiIconChatElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconChat extends Components.DigiIconChat { } declare class DigiIconCheck { protected z: NgZone; protected el: HTMLDigiIconCheckElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconCheck extends Components.DigiIconCheck { } declare class DigiIconCheckCircleRegAlt { protected z: NgZone; protected el: HTMLDigiIconCheckCircleRegAltElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconCheckCircleRegAlt extends Components.DigiIconCheckCircleRegAlt { } declare class DigiIconCheckCircleSolid { protected z: NgZone; protected el: HTMLDigiIconCheckCircleSolidElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconCheckCircleSolid extends Components.DigiIconCheckCircleSolid { } declare class DigiIconChecklist { protected z: NgZone; protected el: HTMLDigiIconChecklistElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconChecklist extends Components.DigiIconChecklist { } declare class DigiIconChevronDown { protected z: NgZone; protected el: HTMLDigiIconChevronDownElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconChevronDown extends Components.DigiIconChevronDown { } declare class DigiIconChevronLeft { protected z: NgZone; protected el: HTMLDigiIconChevronLeftElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconChevronLeft extends Components.DigiIconChevronLeft { } declare class DigiIconChevronRight { protected z: NgZone; protected el: HTMLDigiIconChevronRightElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconChevronRight extends Components.DigiIconChevronRight { } declare class DigiIconChevronUp { protected z: NgZone; protected el: HTMLDigiIconChevronUpElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconChevronUp extends Components.DigiIconChevronUp { } declare class DigiIconClock { protected z: NgZone; protected el: HTMLDigiIconClockElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconClock extends Components.DigiIconClock { } declare class DigiIconCommunicationPlaySolid { protected z: NgZone; protected el: HTMLDigiIconCommunicationPlaySolidElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconCommunicationPlaySolid extends Components.DigiIconCommunicationPlaySolid { } declare class DigiIconCompressAlt { protected z: NgZone; protected el: HTMLDigiIconCompressAltElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconCompressAlt extends Components.DigiIconCompressAlt { } declare class DigiIconComunicationCase { protected z: NgZone; protected el: HTMLDigiIconComunicationCaseElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconComunicationCase extends Components.DigiIconComunicationCase { } declare class DigiIconComunicationFlag { protected z: NgZone; protected el: HTMLDigiIconComunicationFlagElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconComunicationFlag extends Components.DigiIconComunicationFlag { } declare class DigiIconComunicationGraduate { protected z: NgZone; protected el: HTMLDigiIconComunicationGraduateElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconComunicationGraduate extends Components.DigiIconComunicationGraduate { } declare class DigiIconComunicationPlay { protected z: NgZone; protected el: HTMLDigiIconComunicationPlayElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconComunicationPlay extends Components.DigiIconComunicationPlay { } declare class DigiIconCooperation { protected z: NgZone; protected el: HTMLDigiIconCooperationElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconCooperation extends Components.DigiIconCooperation { } declare class DigiIconCopy { protected z: NgZone; protected el: HTMLDigiIconCopyElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconCopy extends Components.DigiIconCopy { } declare class DigiIconDangerOutline { protected z: NgZone; protected el: HTMLDigiIconDangerOutlineElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconDangerOutline extends Components.DigiIconDangerOutline { } declare class DigiIconDownload { protected z: NgZone; protected el: HTMLDigiIconDownloadElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconDownload extends Components.DigiIconDownload { } declare class DigiIconDxa { protected z: NgZone; protected el: HTMLDigiIconDxaElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconDxa extends Components.DigiIconDxa { } declare class DigiIconEdit { protected z: NgZone; protected el: HTMLDigiIconEditElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconEdit extends Components.DigiIconEdit { } declare class DigiIconEllipsis { protected z: NgZone; protected el: HTMLDigiIconEllipsisElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconEllipsis extends Components.DigiIconEllipsis { } declare class DigiIconEnvelope { protected z: NgZone; protected el: HTMLDigiIconEnvelopeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconEnvelope extends Components.DigiIconEnvelope { } declare class DigiIconEnvelopeFilled { protected z: NgZone; protected el: HTMLDigiIconEnvelopeFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconEnvelopeFilled extends Components.DigiIconEnvelopeFilled { } declare class DigiIconExclamationCircleFilled { protected z: NgZone; protected el: HTMLDigiIconExclamationCircleFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconExclamationCircleFilled extends Components.DigiIconExclamationCircleFilled { } declare class DigiIconExclamationTriangle { protected z: NgZone; protected el: HTMLDigiIconExclamationTriangleElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconExclamationTriangle extends Components.DigiIconExclamationTriangle { } declare class DigiIconExclamationTriangleFilled { protected z: NgZone; protected el: HTMLDigiIconExclamationTriangleFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconExclamationTriangleFilled extends Components.DigiIconExclamationTriangleFilled { } declare class DigiIconExclamationTriangleWarning { protected z: NgZone; protected el: HTMLDigiIconExclamationTriangleWarningElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconExclamationTriangleWarning extends Components.DigiIconExclamationTriangleWarning { } declare class DigiIconExpandAlt { protected z: NgZone; protected el: HTMLDigiIconExpandAltElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconExpandAlt extends Components.DigiIconExpandAlt { } declare class DigiIconExternalLinkAlt { protected z: NgZone; protected el: HTMLDigiIconExternalLinkAltElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconExternalLinkAlt extends Components.DigiIconExternalLinkAlt { } declare class DigiIconEye { protected z: NgZone; protected el: HTMLDigiIconEyeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconEye extends Components.DigiIconEye { } declare class DigiIconEyeSlash { protected z: NgZone; protected el: HTMLDigiIconEyeSlashElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconEyeSlash extends Components.DigiIconEyeSlash { } declare class DigiIconFacebookSquare { protected z: NgZone; protected el: HTMLDigiIconFacebookSquareElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconFacebookSquare extends Components.DigiIconFacebookSquare { } declare class DigiIconFileAdd { protected z: NgZone; protected el: HTMLDigiIconFileAddElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconFileAdd extends Components.DigiIconFileAdd { } declare class DigiIconFileDocument { protected z: NgZone; protected el: HTMLDigiIconFileDocumentElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconFileDocument extends Components.DigiIconFileDocument { } declare class DigiIconFileExcel { protected z: NgZone; protected el: HTMLDigiIconFileExcelElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconFileExcel extends Components.DigiIconFileExcel { } declare class DigiIconFileExport { protected z: NgZone; protected el: HTMLDigiIconFileExportElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconFileExport extends Components.DigiIconFileExport { } declare class DigiIconFileGoverning { protected z: NgZone; protected el: HTMLDigiIconFileGoverningElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconFileGoverning extends Components.DigiIconFileGoverning { } declare class DigiIconFilePdf { protected z: NgZone; protected el: HTMLDigiIconFilePdfElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconFilePdf extends Components.DigiIconFilePdf { } declare class DigiIconFilePowerpoint { protected z: NgZone; protected el: HTMLDigiIconFilePowerpointElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconFilePowerpoint extends Components.DigiIconFilePowerpoint { } declare class DigiIconFileRemove { protected z: NgZone; protected el: HTMLDigiIconFileRemoveElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconFileRemove extends Components.DigiIconFileRemove { } declare class DigiIconFileWord { protected z: NgZone; protected el: HTMLDigiIconFileWordElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconFileWord extends Components.DigiIconFileWord { } declare class DigiIconFilm { protected z: NgZone; protected el: HTMLDigiIconFilmElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconFilm extends Components.DigiIconFilm { } declare class DigiIconFilter { protected z: NgZone; protected el: HTMLDigiIconFilterElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconFilter extends Components.DigiIconFilter { } declare class DigiIconFolder { protected z: NgZone; protected el: HTMLDigiIconFolderElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconFolder extends Components.DigiIconFolder { } declare class DigiIconFolderAdd { protected z: NgZone; protected el: HTMLDigiIconFolderAddElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconFolderAdd extends Components.DigiIconFolderAdd { } declare class DigiIconFolderDirectory { protected z: NgZone; protected el: HTMLDigiIconFolderDirectoryElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconFolderDirectory extends Components.DigiIconFolderDirectory { } declare class DigiIconFolderOpen { protected z: NgZone; protected el: HTMLDigiIconFolderOpenElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconFolderOpen extends Components.DigiIconFolderOpen { } declare class DigiIconGlobe { protected z: NgZone; protected el: HTMLDigiIconGlobeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconGlobe extends Components.DigiIconGlobe { } declare class DigiIconGlobeFilled { protected z: NgZone; protected el: HTMLDigiIconGlobeFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconGlobeFilled extends Components.DigiIconGlobeFilled { } declare class DigiIconHeadphones { protected z: NgZone; protected el: HTMLDigiIconHeadphonesElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconHeadphones extends Components.DigiIconHeadphones { } declare class DigiIconHeart { protected z: NgZone; protected el: HTMLDigiIconHeartElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconHeart extends Components.DigiIconHeart { } declare class DigiIconHeartSolid { protected z: NgZone; protected el: HTMLDigiIconHeartSolidElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconHeartSolid extends Components.DigiIconHeartSolid { } declare class DigiIconHistory { protected z: NgZone; protected el: HTMLDigiIconHistoryElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconHistory extends Components.DigiIconHistory { } declare class DigiIconHome { protected z: NgZone; protected el: HTMLDigiIconHomeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconHome extends Components.DigiIconHome { } declare class DigiIconImage { protected z: NgZone; protected el: HTMLDigiIconImageElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconImage extends Components.DigiIconImage { } declare class DigiIconInfoCircleSolid { protected z: NgZone; protected el: HTMLDigiIconInfoCircleSolidElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconInfoCircleSolid extends Components.DigiIconInfoCircleSolid { } declare class DigiIconInputSelectMarker { protected z: NgZone; protected el: HTMLDigiIconInputSelectMarkerElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconInputSelectMarker extends Components.DigiIconInputSelectMarker { } declare class DigiIconInstagram { protected z: NgZone; protected el: HTMLDigiIconInstagramElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconInstagram extends Components.DigiIconInstagram { } declare class DigiIconJobSuggestion { protected z: NgZone; protected el: HTMLDigiIconJobSuggestionElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconJobSuggestion extends Components.DigiIconJobSuggestion { } declare class DigiIconLanguage { protected z: NgZone; protected el: HTMLDigiIconLanguageElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconLanguage extends Components.DigiIconLanguage { } declare class DigiIconLanguageOutline { protected z: NgZone; protected el: HTMLDigiIconLanguageOutlineElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconLanguageOutline extends Components.DigiIconLanguageOutline { } declare class DigiIconLaptopPhone { protected z: NgZone; protected el: HTMLDigiIconLaptopPhoneElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconLaptopPhone extends Components.DigiIconLaptopPhone { } declare class DigiIconLattlast { protected z: NgZone; protected el: HTMLDigiIconLattlastElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconLattlast extends Components.DigiIconLattlast { } declare class DigiIconLicenceBus { protected z: NgZone; protected el: HTMLDigiIconLicenceBusElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconLicenceBus extends Components.DigiIconLicenceBus { } declare class DigiIconLicenceCar { protected z: NgZone; protected el: HTMLDigiIconLicenceCarElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconLicenceCar extends Components.DigiIconLicenceCar { } declare class DigiIconLicenceMotorcycle { protected z: NgZone; protected el: HTMLDigiIconLicenceMotorcycleElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconLicenceMotorcycle extends Components.DigiIconLicenceMotorcycle { } declare class DigiIconLicenceTruck { protected z: NgZone; protected el: HTMLDigiIconLicenceTruckElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconLicenceTruck extends Components.DigiIconLicenceTruck { } declare class DigiIconLightbulb { protected z: NgZone; protected el: HTMLDigiIconLightbulbElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconLightbulb extends Components.DigiIconLightbulb { } declare class DigiIconLinkedinIn { protected z: NgZone; protected el: HTMLDigiIconLinkedinInElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconLinkedinIn extends Components.DigiIconLinkedinIn { } declare class DigiIconListUl { protected z: NgZone; protected el: HTMLDigiIconListUlElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconListUl extends Components.DigiIconListUl { } declare class DigiIconLock { protected z: NgZone; protected el: HTMLDigiIconLockElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconLock extends Components.DigiIconLock { } declare class DigiIconMarker { protected z: NgZone; protected el: HTMLDigiIconMarkerElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconMarker extends Components.DigiIconMarker { } declare class DigiIconMarkerFilled { protected z: NgZone; protected el: HTMLDigiIconMarkerFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconMarkerFilled extends Components.DigiIconMarkerFilled { } declare class DigiIconMediaCourse { protected z: NgZone; protected el: HTMLDigiIconMediaCourseElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconMediaCourse extends Components.DigiIconMediaCourse { } declare class DigiIconMediaPodcast { protected z: NgZone; protected el: HTMLDigiIconMediaPodcastElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconMediaPodcast extends Components.DigiIconMediaPodcast { } declare class DigiIconMicrophone { protected z: NgZone; protected el: HTMLDigiIconMicrophoneElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconMicrophone extends Components.DigiIconMicrophone { } declare class DigiIconMicrophoneOff { protected z: NgZone; protected el: HTMLDigiIconMicrophoneOffElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconMicrophoneOff extends Components.DigiIconMicrophoneOff { } declare class DigiIconMinus { protected z: NgZone; protected el: HTMLDigiIconMinusElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconMinus extends Components.DigiIconMinus { } declare class DigiIconMove { protected z: NgZone; protected el: HTMLDigiIconMoveElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconMove extends Components.DigiIconMove { } declare class DigiIconNews { protected z: NgZone; protected el: HTMLDigiIconNewsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconNews extends Components.DigiIconNews { } declare class DigiIconNotificationError { protected z: NgZone; protected el: HTMLDigiIconNotificationErrorElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconNotificationError extends Components.DigiIconNotificationError { } declare class DigiIconNotificationInfo { protected z: NgZone; protected el: HTMLDigiIconNotificationInfoElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconNotificationInfo extends Components.DigiIconNotificationInfo { } declare class DigiIconNotificationSucces { protected z: NgZone; protected el: HTMLDigiIconNotificationSuccesElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconNotificationSucces extends Components.DigiIconNotificationSucces { } declare class DigiIconNotificationWarning { protected z: NgZone; protected el: HTMLDigiIconNotificationWarningElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconNotificationWarning extends Components.DigiIconNotificationWarning { } declare class DigiIconOnlineComputervideo { protected z: NgZone; protected el: HTMLDigiIconOnlineComputervideoElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconOnlineComputervideo extends Components.DigiIconOnlineComputervideo { } declare class DigiIconOnlineInterview { protected z: NgZone; protected el: HTMLDigiIconOnlineInterviewElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconOnlineInterview extends Components.DigiIconOnlineInterview { } declare class DigiIconOnlineMeeting { protected z: NgZone; protected el: HTMLDigiIconOnlineMeetingElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconOnlineMeeting extends Components.DigiIconOnlineMeeting { } declare class DigiIconOnlineTask { protected z: NgZone; protected el: HTMLDigiIconOnlineTaskElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconOnlineTask extends Components.DigiIconOnlineTask { } declare class DigiIconOnlineVideo { protected z: NgZone; protected el: HTMLDigiIconOnlineVideoElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconOnlineVideo extends Components.DigiIconOnlineVideo { } declare class DigiIconOpenSource { protected z: NgZone; protected el: HTMLDigiIconOpenSourceElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconOpenSource extends Components.DigiIconOpenSource { } declare class DigiIconPalette { protected z: NgZone; protected el: HTMLDigiIconPaletteElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconPalette extends Components.DigiIconPalette { } declare class DigiIconPaperclip { protected z: NgZone; protected el: HTMLDigiIconPaperclipElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconPaperclip extends Components.DigiIconPaperclip { } declare class DigiIconPaste { protected z: NgZone; protected el: HTMLDigiIconPasteElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconPaste extends Components.DigiIconPaste { } declare class DigiIconPen { protected z: NgZone; protected el: HTMLDigiIconPenElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconPen extends Components.DigiIconPen { } declare class DigiIconPhone { protected z: NgZone; protected el: HTMLDigiIconPhoneElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconPhone extends Components.DigiIconPhone { } declare class DigiIconPhoneHangup { protected z: NgZone; protected el: HTMLDigiIconPhoneHangupElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconPhoneHangup extends Components.DigiIconPhoneHangup { } declare class DigiIconPlus { protected z: NgZone; protected el: HTMLDigiIconPlusElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconPlus extends Components.DigiIconPlus { } declare class DigiIconPod { protected z: NgZone; protected el: HTMLDigiIconPodElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconPod extends Components.DigiIconPod { } declare class DigiIconPrint { protected z: NgZone; protected el: HTMLDigiIconPrintElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconPrint extends Components.DigiIconPrint { } declare class DigiIconRead { protected z: NgZone; protected el: HTMLDigiIconReadElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconRead extends Components.DigiIconRead { } declare class DigiIconRedo { protected z: NgZone; protected el: HTMLDigiIconRedoElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconRedo extends Components.DigiIconRedo { } declare class DigiIconScale { protected z: NgZone; protected el: HTMLDigiIconScaleElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconScale extends Components.DigiIconScale { } declare class DigiIconScreensharing { protected z: NgZone; protected el: HTMLDigiIconScreensharingElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconScreensharing extends Components.DigiIconScreensharing { } declare class DigiIconScreensharingOff { protected z: NgZone; protected el: HTMLDigiIconScreensharingOffElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconScreensharingOff extends Components.DigiIconScreensharingOff { } declare class DigiIconSearch { protected z: NgZone; protected el: HTMLDigiIconSearchElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconSearch extends Components.DigiIconSearch { } declare class DigiIconSendOutline { protected z: NgZone; protected el: HTMLDigiIconSendOutlineElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconSendOutline extends Components.DigiIconSendOutline { } declare class DigiIconSendSolid { protected z: NgZone; protected el: HTMLDigiIconSendSolidElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconSendSolid extends Components.DigiIconSendSolid { } declare class DigiIconSettings { protected z: NgZone; protected el: HTMLDigiIconSettingsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconSettings extends Components.DigiIconSettings { } declare class DigiIconShareAlt { protected z: NgZone; protected el: HTMLDigiIconShareAltElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconShareAlt extends Components.DigiIconShareAlt { } declare class DigiIconShareChain { protected z: NgZone; protected el: HTMLDigiIconShareChainElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconShareChain extends Components.DigiIconShareChain { } declare class DigiIconSign { protected z: NgZone; protected el: HTMLDigiIconSignElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconSign extends Components.DigiIconSign { } declare class DigiIconSlidersH { protected z: NgZone; protected el: HTMLDigiIconSlidersHElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconSlidersH extends Components.DigiIconSlidersH { } declare class DigiIconSokkandidat { protected z: NgZone; protected el: HTMLDigiIconSokkandidatElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconSokkandidat extends Components.DigiIconSokkandidat { } declare class DigiIconSort { protected z: NgZone; protected el: HTMLDigiIconSortElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconSort extends Components.DigiIconSort { } declare class DigiIconSortDown { protected z: NgZone; protected el: HTMLDigiIconSortDownElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconSortDown extends Components.DigiIconSortDown { } declare class DigiIconSortUp { protected z: NgZone; protected el: HTMLDigiIconSortUpElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconSortUp extends Components.DigiIconSortUp { } declare class DigiIconSpinner { protected z: NgZone; protected el: HTMLDigiIconSpinnerElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconSpinner extends Components.DigiIconSpinner { } declare class DigiIconStar { protected z: NgZone; protected el: HTMLDigiIconStarElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconStar extends Components.DigiIconStar { } declare class DigiIconStarReg { protected z: NgZone; protected el: HTMLDigiIconStarRegElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconStarReg extends Components.DigiIconStarReg { } declare class DigiIconSuitcaseOutline { protected z: NgZone; protected el: HTMLDigiIconSuitcaseOutlineElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconSuitcaseOutline extends Components.DigiIconSuitcaseOutline { } declare class DigiIconSuitcaseSolid { protected z: NgZone; protected el: HTMLDigiIconSuitcaseSolidElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconSuitcaseSolid extends Components.DigiIconSuitcaseSolid { } declare class DigiIconSystemAssistance { protected z: NgZone; protected el: HTMLDigiIconSystemAssistanceElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconSystemAssistance extends Components.DigiIconSystemAssistance { } declare class DigiIconTable { protected z: NgZone; protected el: HTMLDigiIconTableElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconTable extends Components.DigiIconTable { } declare class DigiIconTableColumn { protected z: NgZone; protected el: HTMLDigiIconTableColumnElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconTableColumn extends Components.DigiIconTableColumn { } declare class DigiIconTableRow { protected z: NgZone; protected el: HTMLDigiIconTableRowElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconTableRow extends Components.DigiIconTableRow { } declare class DigiIconTaskDone { protected z: NgZone; protected el: HTMLDigiIconTaskDoneElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconTaskDone extends Components.DigiIconTaskDone { } declare class DigiIconToggleOff { protected z: NgZone; protected el: HTMLDigiIconToggleOffElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconToggleOff extends Components.DigiIconToggleOff { } declare class DigiIconToggleOn { protected z: NgZone; protected el: HTMLDigiIconToggleOnElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconToggleOn extends Components.DigiIconToggleOn { } declare class DigiIconTrash { protected z: NgZone; protected el: HTMLDigiIconTrashElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconTrash extends Components.DigiIconTrash { } declare class DigiIconTwitter { protected z: NgZone; protected el: HTMLDigiIconTwitterElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconTwitter extends Components.DigiIconTwitter { } declare class DigiIconTyckTill { protected z: NgZone; protected el: HTMLDigiIconTyckTillElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconTyckTill extends Components.DigiIconTyckTill { } declare class DigiIconUnlock { protected z: NgZone; protected el: HTMLDigiIconUnlockElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconUnlock extends Components.DigiIconUnlock { } declare class DigiIconUpdate { protected z: NgZone; protected el: HTMLDigiIconUpdateElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconUpdate extends Components.DigiIconUpdate { } declare class DigiIconUpload { protected z: NgZone; protected el: HTMLDigiIconUploadElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconUpload extends Components.DigiIconUpload { } declare class DigiIconUserAdd { protected z: NgZone; protected el: HTMLDigiIconUserAddElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconUserAdd extends Components.DigiIconUserAdd { } declare class DigiIconUserAlt { protected z: NgZone; protected el: HTMLDigiIconUserAltElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconUserAlt extends Components.DigiIconUserAlt { } declare class DigiIconUserEdit { protected z: NgZone; protected el: HTMLDigiIconUserEditElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconUserEdit extends Components.DigiIconUserEdit { } declare class DigiIconUsersSolid { protected z: NgZone; protected el: HTMLDigiIconUsersSolidElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconUsersSolid extends Components.DigiIconUsersSolid { } declare class DigiIconValidationError { protected z: NgZone; protected el: HTMLDigiIconValidationErrorElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconValidationError extends Components.DigiIconValidationError { } declare class DigiIconValidationSuccess { protected z: NgZone; protected el: HTMLDigiIconValidationSuccessElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconValidationSuccess extends Components.DigiIconValidationSuccess { } declare class DigiIconValidationWarning { protected z: NgZone; protected el: HTMLDigiIconValidationWarningElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconValidationWarning extends Components.DigiIconValidationWarning { } declare class DigiIconVideocamera { protected z: NgZone; protected el: HTMLDigiIconVideocameraElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconVideocamera extends Components.DigiIconVideocamera { } declare class DigiIconVideocameraOff { protected z: NgZone; protected el: HTMLDigiIconVideocameraOffElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconVideocameraOff extends Components.DigiIconVideocameraOff { } declare class DigiIconVolume { protected z: NgZone; protected el: HTMLDigiIconVolumeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconVolume extends Components.DigiIconVolume { } declare class DigiIconWebTv { protected z: NgZone; protected el: HTMLDigiIconWebTvElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconWebTv extends Components.DigiIconWebTv { } declare class DigiIconWebinar { protected z: NgZone; protected el: HTMLDigiIconWebinarElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconWebinar extends Components.DigiIconWebinar { } declare class DigiIconWifiSignal0 { protected z: NgZone; protected el: HTMLDigiIconWifiSignal0Element; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconWifiSignal0 extends Components.DigiIconWifiSignal0 { } declare class DigiIconWifiSignal1 { protected z: NgZone; protected el: HTMLDigiIconWifiSignal1Element; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconWifiSignal1 extends Components.DigiIconWifiSignal1 { } declare class DigiIconWifiSignal2 { protected z: NgZone; protected el: HTMLDigiIconWifiSignal2Element; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconWifiSignal2 extends Components.DigiIconWifiSignal2 { } declare class DigiIconWifiSignal3 { protected z: NgZone; protected el: HTMLDigiIconWifiSignal3Element; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconWifiSignal3 extends Components.DigiIconWifiSignal3 { } declare class DigiIconWindow { protected z: NgZone; protected el: HTMLDigiIconWindowElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconWindow extends Components.DigiIconWindow { } declare class DigiIconX { protected z: NgZone; protected el: HTMLDigiIconXElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconX extends Components.DigiIconX { } declare class DigiIconXButton { protected z: NgZone; protected el: HTMLDigiIconXButtonElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconXButton extends Components.DigiIconXButton { } declare class DigiIconXButtonOutline { protected z: NgZone; protected el: HTMLDigiIconXButtonOutlineElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconXButtonOutline extends Components.DigiIconXButtonOutline { } declare class DigiIconYoutube { protected z: NgZone; protected el: HTMLDigiIconYoutubeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiIconYoutube extends Components.DigiIconYoutube { } declare class DigiInfoCard { protected z: NgZone; protected el: HTMLDigiInfoCardElement; afOnClickLink: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiInfoCard extends Components.DigiInfoCard { /** * Länkelementets 'onclick'-event @en Link element's 'onclick' event */ afOnClickLink: EventEmitter>; } declare class DigiInfoCardMulti { protected z: NgZone; protected el: HTMLDigiInfoCardMultiElement; afOnClickLink: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiInfoCardMulti extends Components.DigiInfoCardMulti { /** * Länkelementets 'onclick'-event @en Link element's 'onclick' event */ afOnClickLink: EventEmitter>; } declare class DigiInfoCardMultiContainer { protected z: NgZone; protected el: HTMLDigiInfoCardMultiContainerElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiInfoCardMultiContainer extends Components.DigiInfoCardMultiContainer { } declare class DigiLayoutBlock { protected z: NgZone; protected el: HTMLDigiLayoutBlockElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiLayoutBlock extends Components.DigiLayoutBlock { } declare class DigiLayoutColumns { protected z: NgZone; protected el: HTMLDigiLayoutColumnsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiLayoutColumns extends Components.DigiLayoutColumns { } declare class DigiLayoutContainer { protected z: NgZone; protected el: HTMLDigiLayoutContainerElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiLayoutContainer extends Components.DigiLayoutContainer { } declare class DigiLink { protected z: NgZone; protected el: HTMLDigiLinkElement; afOnClick: EventEmitter>; afOnReady: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiLink extends Components.DigiLink { /** * Länkelementets 'onclick'-event. @en The link element's 'onclick' event. */ afOnClick: EventEmitter>; /** * När komponenten och slotsen är laddade och initierade så skickas detta eventet. @en When the component and slots are loaded and initialized this event will trigger. */ afOnReady: EventEmitter>; } declare class DigiLinkButton { protected z: NgZone; protected el: HTMLDigiLinkButtonElement; afOnClick: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiLinkButton extends Components.DigiLinkButton { /** * Länkelementets 'onclick'-event. @en The link element's 'onclick' event. */ afOnClick: EventEmitter>; } declare class DigiLinkExternal { protected z: NgZone; protected el: HTMLDigiLinkExternalElement; afOnClick: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiLinkExternal extends Components.DigiLinkExternal { /** * Länkelementets 'onclick'-event. @en The link element's 'onclick' event. */ afOnClick: EventEmitter>; } declare class DigiLinkInternal { protected z: NgZone; protected el: HTMLDigiLinkInternalElement; afOnClick: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiLinkInternal extends Components.DigiLinkInternal { /** * Länkelementets 'onclick'-event. @en The link element's 'onclick' event. */ afOnClick: EventEmitter>; } declare class DigiList { protected z: NgZone; protected el: HTMLDigiListElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiList extends Components.DigiList { } declare class DigiLoaderSkeleton { protected z: NgZone; protected el: HTMLDigiLoaderSkeletonElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiLoaderSkeleton extends Components.DigiLoaderSkeleton { } declare class DigiLoaderSpinner { protected z: NgZone; protected el: HTMLDigiLoaderSpinnerElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiLoaderSpinner extends Components.DigiLoaderSpinner { } declare class DigiLogo { protected z: NgZone; protected el: HTMLDigiLogoElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiLogo extends Components.DigiLogo { } declare class DigiMediaFigure { protected z: NgZone; protected el: HTMLDigiMediaFigureElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiMediaFigure extends Components.DigiMediaFigure { } declare class DigiMediaImage { protected z: NgZone; protected el: HTMLDigiMediaImageElement; afOnLoad: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiMediaImage extends Components.DigiMediaImage { /** * Bildlementets 'onload'-event. @en The image element's 'onload' event. */ afOnLoad: EventEmitter>; } declare class DigiNavigationBreadcrumbs { protected z: NgZone; protected el: HTMLDigiNavigationBreadcrumbsElement; afOnClick: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiNavigationBreadcrumbs extends Components.DigiNavigationBreadcrumbs { /** * Länkelementens 'onclick'-event. @en The link elements' 'onclick' events. */ afOnClick: EventEmitter>; } declare class DigiNavigationPagination { protected z: NgZone; protected el: HTMLDigiNavigationPaginationElement; afOnPageChange: EventEmitter>; afOnReady: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiNavigationPagination extends Components.DigiNavigationPagination { /** * Vid byte av sida @en When page changes */ afOnPageChange: EventEmitter>; /** * När komponenten och slotsen är laddade och initierade så skickas detta eventet. @en When the component and slots are loaded and initialized this event will trigger. */ afOnReady: EventEmitter>; } declare class DigiNavigationSidebar { protected z: NgZone; protected el: HTMLDigiNavigationSidebarElement; afOnClose: EventEmitter>; afOnEsc: EventEmitter>; afOnBackdropClick: EventEmitter>; afOnToggle: EventEmitter>; afOnReady: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiNavigationSidebar extends Components.DigiNavigationSidebar { /** * Stängknappens 'onclick'-event @en Close button's 'onclick' event */ afOnClose: EventEmitter>; /** * Stängning av sidofält med esc-tangenten @en At close/open of sidebar using esc-key */ afOnEsc: EventEmitter>; /** * Stängning av sidofält med klick på skuggan bakom menyn @en At close of sidebar when clicking on backdrop */ afOnBackdropClick: EventEmitter>; /** * Vid öppning/stängning av sidofält @en At close/open of sidebar */ afOnToggle: EventEmitter>; /** * När komponenten och slotsen är laddade och initierade så skickas detta eventet. @en When the component and slots are loaded and initialized this event will trigger. */ afOnReady: EventEmitter>; } declare class DigiNavigationSidebarButton { protected z: NgZone; protected el: HTMLDigiNavigationSidebarButtonElement; afOnToggle: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiNavigationSidebarButton extends Components.DigiNavigationSidebarButton { /** * Toggleknappens 'onclick'-event @en The toggle button's 'onclick'-event */ afOnToggle: EventEmitter>; } declare class DigiNavigationVerticalMenu { protected z: NgZone; protected el: HTMLDigiNavigationVerticalMenuElement; afOnReady: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiNavigationVerticalMenu extends Components.DigiNavigationVerticalMenu { /** * När komponenten och slotsen är laddade och initierade så skickas detta eventet. @en When the component and slots are loaded and initialized this event will trigger. */ afOnReady: EventEmitter>; } declare class DigiNavigationVerticalMenuItem { protected z: NgZone; protected el: HTMLDigiNavigationVerticalMenuItemElement; afOnClick: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiNavigationVerticalMenuItem extends Components.DigiNavigationVerticalMenuItem { /** * Länken och toggle-knappens 'onclick'-event @en Link and toggle buttons 'onclick' event */ afOnClick: EventEmitter>; } declare class DigiNotificationAlert { protected z: NgZone; protected el: HTMLDigiNotificationAlertElement; afOnClose: EventEmitter>; afOnReady: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiNotificationAlert extends Components.DigiNotificationAlert { /** * Stängknappens 'onclick'-event @en Close button's 'onclick' event */ afOnClose: EventEmitter>; /** * När komponenten och slotsen är laddade och initierade så skickas detta eventet. @en When the component and slots are loaded and initialized this event will trigger. */ afOnReady: EventEmitter>; } declare class DigiNotificationErrorPage { protected z: NgZone; protected el: HTMLDigiNotificationErrorPageElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiNotificationErrorPage extends Components.DigiNotificationErrorPage { } declare class DigiProgressCircle { protected z: NgZone; protected el: HTMLDigiProgressCircleElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiProgressCircle extends Components.DigiProgressCircle { } declare class DigiProgressIndicator { protected z: NgZone; protected el: HTMLDigiProgressIndicatorElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiProgressIndicator extends Components.DigiProgressIndicator { } declare class DigiProgressList { protected z: NgZone; protected el: HTMLDigiProgressListElement; afOnReady: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiProgressList extends Components.DigiProgressList { /** * När komponenten och slotsen är laddade och initierade så skickas detta eventet. @en When the component and slots are loaded and initialized this event will trigger. */ afOnReady: EventEmitter>; } declare class DigiProgressListItem { protected z: NgZone; protected el: HTMLDigiProgressListItemElement; afOnClick: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiProgressListItem extends Components.DigiProgressListItem { /** * Buttonelementets 'onclick'-event. @en The button element's 'onclick' event. */ afOnClick: EventEmitter>; } declare class DigiProgressbar { protected z: NgZone; protected el: HTMLDigiProgressbarElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiProgressbar extends Components.DigiProgressbar { } declare class DigiQuote { protected z: NgZone; protected el: HTMLDigiQuoteElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiQuote extends Components.DigiQuote { } declare class DigiTable { protected z: NgZone; protected el: HTMLDigiTableElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiTable extends Components.DigiTable { } declare class DigiTablist { protected z: NgZone; protected el: HTMLDigiTablistElement; afTabChange: EventEmitter>; afTabFocusChange: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiTablist extends Components.DigiTablist { /** * Skickas när en flik aktiveras, dvs vid klick eller med space/enter‐tangentklick på markerad flik. Fliken som aktiveras finns under event.detail @en Emitted when a tab is activated */ afTabChange: EventEmitter>; /** * Skickas när en flik fokusmarkeras samt vid klick. Fliken som markeras finns under event.detail @en Emitted when a tab is focus‐marked */ afTabFocusChange: EventEmitter>; } declare class DigiTablistPanel { protected z: NgZone; protected el: HTMLDigiTablistPanelElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiTablistPanel extends Components.DigiTablistPanel { } declare class DigiTag { protected z: NgZone; protected el: HTMLDigiTagElement; afOnClick: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiTag extends Components.DigiTag { /** * Taggelementets 'onclick'-event. @en The tag elements 'onclick' event. */ afOnClick: EventEmitter>; } declare class DigiTagMedia { protected z: NgZone; protected el: HTMLDigiTagMediaElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiTagMedia extends Components.DigiTagMedia { } declare class DigiTitleLogo { protected z: NgZone; protected el: HTMLDigiTitleLogoElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiTitleLogo extends Components.DigiTitleLogo { } declare class DigiToolsFeedback { protected z: NgZone; protected el: HTMLDigiToolsFeedbackElement; afOnReady: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiToolsFeedback extends Components.DigiToolsFeedback { /** * När komponenten och slotsen är laddade och initierade så skickas detta eventet. @en When the component and slots are loaded and initialized this event will trigger. */ afOnReady: EventEmitter>; } declare class DigiToolsFeedbackBanner { protected z: NgZone; protected el: HTMLDigiToolsFeedbackBannerElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiToolsFeedbackBanner extends Components.DigiToolsFeedbackBanner { } declare class DigiToolsFeedbackRating { protected z: NgZone; protected el: HTMLDigiToolsFeedbackRatingElement; afOnClickFeedback: EventEmitter>; afOnSubmitFeedbackLink: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiToolsFeedbackRating extends Components.DigiToolsFeedbackRating { /** * Emit av eventet sker vid klick på stjärna @en When click on star */ afOnClickFeedback: EventEmitter>; /** * Emit av eventet sker vid klick på länk @en When click on hyperlink */ afOnSubmitFeedbackLink: EventEmitter>; } declare class DigiToolsThemeProvider { protected z: NgZone; protected el: HTMLDigiToolsThemeProviderElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiToolsThemeProvider extends Components.DigiToolsThemeProvider { } declare class DigiTypography { protected z: NgZone; protected el: HTMLDigiTypographyElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiTypography extends Components.DigiTypography { } declare class DigiTypographyHeadingJumbo { protected z: NgZone; protected el: HTMLDigiTypographyHeadingJumboElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiTypographyHeadingJumbo extends Components.DigiTypographyHeadingJumbo { } declare class DigiTypographyMeta { protected z: NgZone; protected el: HTMLDigiTypographyMetaElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiTypographyMeta extends Components.DigiTypographyMeta { } declare class DigiTypographyPreamble { protected z: NgZone; protected el: HTMLDigiTypographyPreambleElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiTypographyPreamble extends Components.DigiTypographyPreamble { } declare class DigiTypographyTime { protected z: NgZone; protected el: HTMLDigiTypographyTimeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiTypographyTime extends Components.DigiTypographyTime { } declare class DigiUtilBreakpointObserver { protected z: NgZone; protected el: HTMLDigiUtilBreakpointObserverElement; afOnChange: EventEmitter>; afOnSmall: EventEmitter>; afOnMedium: EventEmitter>; afOnLarge: EventEmitter>; afOnXLarge: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiUtilBreakpointObserver extends Components.DigiUtilBreakpointObserver { /** * Vid inläsning av sida samt vid uppdatering av brytpunkt @en At page load and at change of breakpoint on page */ afOnChange: EventEmitter>; /** * Vid brytpunkt 'small' @en At breakpoint 'small' */ afOnSmall: EventEmitter>; /** * Vid brytpunkt 'medium' @en At breakpoint 'medium' */ afOnMedium: EventEmitter>; /** * Vid brytpunkt 'large' @en At breakpoint 'large' */ afOnLarge: EventEmitter>; /** * Vid brytpunkt 'xlarge' @en At breakpoint 'xlarge' */ afOnXLarge: EventEmitter>; } declare class DigiUtilDetectClickOutside { protected z: NgZone; protected el: HTMLDigiUtilDetectClickOutsideElement; afOnClickOutside: EventEmitter>; afOnClickInside: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiUtilDetectClickOutside extends Components.DigiUtilDetectClickOutside { /** * Vid klick utanför komponenten @en When click detected outside of component */ afOnClickOutside: EventEmitter>; /** * Vid klick inuti komponenten @en When click detected inside of component */ afOnClickInside: EventEmitter>; } declare class DigiUtilDetectFocusOutside { protected z: NgZone; protected el: HTMLDigiUtilDetectFocusOutsideElement; afOnFocusOutside: EventEmitter>; afOnFocusInside: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiUtilDetectFocusOutside extends Components.DigiUtilDetectFocusOutside { /** * Vid fokus utanför komponenten @en When focus detected outside of component */ afOnFocusOutside: EventEmitter>; /** * Vid fokus inuti komponenten @en When focus detected inside of component */ afOnFocusInside: EventEmitter>; } declare class DigiUtilIntersectionObserver { protected z: NgZone; protected el: HTMLDigiUtilIntersectionObserverElement; afOnChange: EventEmitter>; afOnIntersect: EventEmitter>; afOnUnintersect: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiUtilIntersectionObserver extends Components.DigiUtilIntersectionObserver { /** * Vid statusförändring mellan 'unintersected' och 'intersected' @en On change between unintersected and intersected */ afOnChange: EventEmitter>; /** * Vid statusförändring till 'intersected' @en On every change to intersected. */ afOnIntersect: EventEmitter>; /** * Vid statusförändring till 'unintersected' On every change to unintersected */ afOnUnintersect: EventEmitter>; } declare class DigiUtilKeydownHandler { protected z: NgZone; protected el: HTMLDigiUtilKeydownHandlerElement; afOnEsc: EventEmitter>; afOnEnter: EventEmitter>; afOnTab: EventEmitter>; afOnSpace: EventEmitter>; afOnShiftTab: EventEmitter>; afOnUp: EventEmitter>; afOnDown: EventEmitter>; afOnLeft: EventEmitter>; afOnRight: EventEmitter>; afOnHome: EventEmitter>; afOnEnd: EventEmitter>; afOnKeyDown: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiUtilKeydownHandler extends Components.DigiUtilKeydownHandler { /** * Vid keydown på escape @en At keydown on escape key */ afOnEsc: EventEmitter>; /** * Vid keydown på enter @en At keydown on enter key */ afOnEnter: EventEmitter>; /** * Vid keydown på tab @en At keydown on tab key */ afOnTab: EventEmitter>; /** * Vid keydown på space @en At keydown on space key */ afOnSpace: EventEmitter>; /** * Vid keydown på skift och tabb @en At keydown on shift and tab key */ afOnShiftTab: EventEmitter>; /** * Vid keydown på pil upp @en At keydown on up arrow key */ afOnUp: EventEmitter>; /** * Vid keydown på pil ner @en At keydown on down arrow key */ afOnDown: EventEmitter>; /** * Vid keydown på pil vänster @en At keydown on left arrow key */ afOnLeft: EventEmitter>; /** * Vid keydown på pil höger @en At keydown on right arrow key */ afOnRight: EventEmitter>; /** * Vid keydown på home @en At keydown on home key */ afOnHome: EventEmitter>; /** * Vid keydown på end @en At keydown on end key */ afOnEnd: EventEmitter>; /** * Vid keydown på alla tangenter @en At keydown on any key */ afOnKeyDown: EventEmitter>; } declare class DigiUtilKeyupHandler { protected z: NgZone; protected el: HTMLDigiUtilKeyupHandlerElement; afOnEsc: EventEmitter>; afOnEnter: EventEmitter>; afOnTab: EventEmitter>; afOnSpace: EventEmitter>; afOnShiftTab: EventEmitter>; afOnUp: EventEmitter>; afOnDown: EventEmitter>; afOnLeft: EventEmitter>; afOnRight: EventEmitter>; afOnHome: EventEmitter>; afOnEnd: EventEmitter>; afOnKeyUp: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiUtilKeyupHandler extends Components.DigiUtilKeyupHandler { /** * Vid keyup på escape @en At keyup on escape key */ afOnEsc: EventEmitter>; /** * Vid keyup på enter @en At keyup on enter key */ afOnEnter: EventEmitter>; /** * Vid keyup på tab @en At keyup on tab key */ afOnTab: EventEmitter>; /** * Vid keyup på space @en At keyup on space key */ afOnSpace: EventEmitter>; /** * Vid keyup på skift och tabb @en At keyup on shift and tab key */ afOnShiftTab: EventEmitter>; /** * Vid keyup på pil upp @en At keyup on up arrow key */ afOnUp: EventEmitter>; /** * Vid keyup på pil ner @en At keyup on down arrow key */ afOnDown: EventEmitter>; /** * Vid keyup på pil vänster @en At keyup on left arrow key */ afOnLeft: EventEmitter>; /** * Vid keyup på pil höger @en At keyup on right arrow key */ afOnRight: EventEmitter>; /** * Vid keyup på home @en At keyup on home key */ afOnHome: EventEmitter>; /** * Vid keyup på end @en At keyup on end key */ afOnEnd: EventEmitter>; /** * Vid keyup på alla tangenter @en At keyup on any key */ afOnKeyUp: EventEmitter>; } declare class DigiUtilMutationObserver { protected z: NgZone; protected el: HTMLDigiUtilMutationObserverElement; afOnChange: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiUtilMutationObserver extends Components.DigiUtilMutationObserver { /** * När DOM-element läggs till eller tas bort inuti Mutation Observer:n @en When DOM-elements is added or removed inside the Mutation Observer */ afOnChange: EventEmitter>; } declare class DigiUtilResizeObserver { protected z: NgZone; protected el: HTMLDigiUtilResizeObserverElement; afOnChange: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface DigiUtilResizeObserver extends Components.DigiUtilResizeObserver { /** * När komponenten ändrar storlek @en When the component changes size */ afOnChange: EventEmitter>; } declare class ValueAccessor implements ControlValueAccessor { protected el: ElementRef; private onChange; private onTouched; protected lastValue: any; constructor(el: ElementRef); writeValue(value: any): void; handleChangeEvent(value: any): void; _handleBlurEvent(): void; registerOnChange(fn: (value: any) => void): void; registerOnTouched(fn: () => void): void; setDisabledState(isDisabled: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class BooleanValueAccessor extends ValueAccessor { constructor(el: ElementRef); writeValue(value: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class NumericValueAccessor extends ValueAccessor { constructor(el: ElementRef); registerOnChange(fn: (_: number | null) => void): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class RadioValueAccessor extends ValueAccessor { constructor(el: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class SelectValueAccessor extends ValueAccessor { constructor(el: ElementRef); handleSelectChange(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class TextValueAccessor extends ValueAccessor { constructor(el: ElementRef); handleInputChange(event: Event): void; handleDateSelectedChange(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class DigiArbetsformedlingenAngularModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { BooleanValueAccessor, DigiArbetsformedlingenAngularModule, DigiBadgeNotification, DigiBadgeStatus, DigiBarChart, DigiButton, DigiCalendar, DigiCalendarDatepicker, DigiCalendarWeekView, DigiChartLine, DigiCode, DigiCodeBlock, DigiCodeExample, DigiContextMenu, DigiDialog, DigiExpandableAccordion, DigiExpandableFaq, DigiExpandableFaqItem, DigiFooter, DigiFooterCard, DigiFormCategoryFilter, DigiFormCheckbox, DigiFormErrorList, DigiFormFieldset, DigiFormFileUpload, DigiFormFilter, DigiFormInput, DigiFormInputSearch, DigiFormLabel, DigiFormRadiobutton, DigiFormRadiogroup, DigiFormReceipt, DigiFormSelect, DigiFormSelectFilter, DigiFormTextarea, DigiFormValidationMessage, DigiHeader, DigiHeaderAvatar, DigiHeaderNavigation, DigiHeaderNavigationItem, DigiHeaderNotification, DigiIconAccessibilityDeaf, DigiIconAccessibilityUniversal, DigiIconApple, DigiIconArchive, DigiIconArchiveOutline, DigiIconArrowBack, DigiIconArrowDown, DigiIconArrowLeft, DigiIconArrowRight, DigiIconArrowSignIn, DigiIconArrowSignOut, DigiIconArrowUp, DigiIconAt, DigiIconBars, DigiIconBell, DigiIconBellFilled, DigiIconBook, DigiIconBookmarkOutline, DigiIconBookmarkSolid, DigiIconBubble, DigiIconBubbleEllipsis, DigiIconBuildingOutline, DigiIconBuildingSolid, DigiIconBullseye, DigiIconCalculatorSolid, DigiIconCalendar, DigiIconCalendarAlt, DigiIconCalendarAltAlert, DigiIconCaretCircleRight, DigiIconCaretDown, DigiIconCaretLeft, DigiIconCaretRight, DigiIconCaretUp, DigiIconChart, DigiIconChat, DigiIconCheck, DigiIconCheckCircleRegAlt, DigiIconCheckCircleSolid, DigiIconChecklist, DigiIconChevronDown, DigiIconChevronLeft, DigiIconChevronRight, DigiIconChevronUp, DigiIconClock, DigiIconCommunicationPlaySolid, DigiIconCompressAlt, DigiIconComunicationCase, DigiIconComunicationFlag, DigiIconComunicationGraduate, DigiIconComunicationPlay, DigiIconCooperation, DigiIconCopy, DigiIconDangerOutline, DigiIconDownload, DigiIconDxa, DigiIconEdit, DigiIconEllipsis, DigiIconEnvelope, DigiIconEnvelopeFilled, DigiIconExclamationCircleFilled, DigiIconExclamationTriangle, DigiIconExclamationTriangleFilled, DigiIconExclamationTriangleWarning, DigiIconExpandAlt, DigiIconExternalLinkAlt, DigiIconEye, DigiIconEyeSlash, DigiIconFacebookSquare, DigiIconFileAdd, DigiIconFileDocument, DigiIconFileExcel, DigiIconFileExport, DigiIconFileGoverning, DigiIconFilePdf, DigiIconFilePowerpoint, DigiIconFileRemove, DigiIconFileWord, DigiIconFilm, DigiIconFilter, DigiIconFolder, DigiIconFolderAdd, DigiIconFolderDirectory, DigiIconFolderOpen, DigiIconGlobe, DigiIconGlobeFilled, DigiIconHeadphones, DigiIconHeart, DigiIconHeartSolid, DigiIconHistory, DigiIconHome, DigiIconImage, DigiIconInfoCircleSolid, DigiIconInputSelectMarker, DigiIconInstagram, DigiIconJobSuggestion, DigiIconLanguage, DigiIconLanguageOutline, DigiIconLaptopPhone, DigiIconLattlast, DigiIconLicenceBus, DigiIconLicenceCar, DigiIconLicenceMotorcycle, DigiIconLicenceTruck, DigiIconLightbulb, DigiIconLinkedinIn, DigiIconListUl, DigiIconLock, DigiIconMarker, DigiIconMarkerFilled, DigiIconMediaCourse, DigiIconMediaPodcast, DigiIconMicrophone, DigiIconMicrophoneOff, DigiIconMinus, DigiIconMove, DigiIconNews, DigiIconNotificationError, DigiIconNotificationInfo, DigiIconNotificationSucces, DigiIconNotificationWarning, DigiIconOnlineComputervideo, DigiIconOnlineInterview, DigiIconOnlineMeeting, DigiIconOnlineTask, DigiIconOnlineVideo, DigiIconOpenSource, DigiIconPalette, DigiIconPaperclip, DigiIconPaste, DigiIconPen, DigiIconPhone, DigiIconPhoneHangup, DigiIconPlus, DigiIconPod, DigiIconPrint, DigiIconRead, DigiIconRedo, DigiIconScale, DigiIconScreensharing, DigiIconScreensharingOff, DigiIconSearch, DigiIconSendOutline, DigiIconSendSolid, DigiIconSettings, DigiIconShareAlt, DigiIconShareChain, DigiIconSign, DigiIconSlidersH, DigiIconSokkandidat, DigiIconSort, DigiIconSortDown, DigiIconSortUp, DigiIconSpinner, DigiIconStar, DigiIconStarReg, DigiIconSuitcaseOutline, DigiIconSuitcaseSolid, DigiIconSystemAssistance, DigiIconTable, DigiIconTableColumn, DigiIconTableRow, DigiIconTaskDone, DigiIconToggleOff, DigiIconToggleOn, DigiIconTrash, DigiIconTwitter, DigiIconTyckTill, DigiIconUnlock, DigiIconUpdate, DigiIconUpload, DigiIconUserAdd, DigiIconUserAlt, DigiIconUserEdit, DigiIconUsersSolid, DigiIconValidationError, DigiIconValidationSuccess, DigiIconValidationWarning, DigiIconVideocamera, DigiIconVideocameraOff, DigiIconVolume, DigiIconWebTv, DigiIconWebinar, DigiIconWifiSignal0, DigiIconWifiSignal1, DigiIconWifiSignal2, DigiIconWifiSignal3, DigiIconWindow, DigiIconX, DigiIconXButton, DigiIconXButtonOutline, DigiIconYoutube, DigiInfoCard, DigiInfoCardMulti, DigiInfoCardMultiContainer, DigiLayoutBlock, DigiLayoutColumns, DigiLayoutContainer, DigiLink, DigiLinkButton, DigiLinkExternal, DigiLinkInternal, DigiList, DigiLoaderSkeleton, DigiLoaderSpinner, DigiLogo, DigiMediaFigure, DigiMediaImage, DigiNavigationBreadcrumbs, DigiNavigationPagination, DigiNavigationSidebar, DigiNavigationSidebarButton, DigiNavigationVerticalMenu, DigiNavigationVerticalMenuItem, DigiNotificationAlert, DigiNotificationErrorPage, DigiProgressCircle, DigiProgressIndicator, DigiProgressList, DigiProgressListItem, DigiProgressbar, DigiQuote, DigiTable, DigiTablist, DigiTablistPanel, DigiTag, DigiTagMedia, DigiTitleLogo, DigiToolsFeedback, DigiToolsFeedbackBanner, DigiToolsFeedbackRating, DigiToolsThemeProvider, DigiTypography, DigiTypographyHeadingJumbo, DigiTypographyMeta, DigiTypographyPreamble, DigiTypographyTime, DigiUtilBreakpointObserver, DigiUtilDetectClickOutside, DigiUtilDetectFocusOutside, DigiUtilIntersectionObserver, DigiUtilKeydownHandler, DigiUtilKeyupHandler, DigiUtilMutationObserver, DigiUtilResizeObserver, NumericValueAccessor, RadioValueAccessor, SelectValueAccessor, TextValueAccessor };