import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core'; import { Components } from '@getflip/swirl-components'; import type { SwirlAppLayoutMobileView as ISwirlAppLayoutSwirlAppLayoutMobileView } from '@getflip/swirl-components'; import type { SwirlAppLayoutNavigationExpansionState as ISwirlAppLayoutSwirlAppLayoutNavigationExpansionState } from '@getflip/swirl-components'; import type { SwirlAutocompleteValue as ISwirlAutocompleteSwirlAutocompleteValue } from '@getflip/swirl-components'; import type { SwirlDialogToggleEvent as ISwirlDialogSwirlDialogToggleEvent } from '@getflip/swirl-components'; import type { SwirlDialogToggleEvent as ISwirlModalSwirlDialogToggleEvent } from '@getflip/swirl-components'; import type { ComputePositionReturn as ISwirlPopoverComputePositionReturn } from '@getflip/swirl-components'; import type { SwirlTableDropRowEvent as ISwirlTableSwirlTableDropRowEvent } from '@getflip/swirl-components'; import type { SwirlOSThemeChangeEventData as ISwirlThemeProviderSwirlOSThemeChangeEventData } from '@getflip/swirl-components'; import type { SwirlTreeViewDropItemEvent as ISwirlTreeViewSwirlTreeViewDropItemEvent } from '@getflip/swirl-components'; import type { SwirlTreeViewDropItemEvent as ISwirlTreeViewItemSwirlTreeViewDropItemEvent } from '@getflip/swirl-components'; import type { SwirlTreeViewItemKeyboardMoveEvent as ISwirlTreeViewItemSwirlTreeViewItemKeyboardMoveEvent } from '@getflip/swirl-components'; import * as i0 from "@angular/core"; export declare class SwirlAccordion { protected z: NgZone; protected el: HTMLSwirlAccordionElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlAccordion extends Components.SwirlAccordion { expandedItemChange: EventEmitter>; } export declare class SwirlAccordionItem { protected z: NgZone; protected el: HTMLSwirlAccordionItemElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlAccordionItem extends Components.SwirlAccordionItem { expansionChange: EventEmitter>; } export declare class SwirlActionList { protected z: NgZone; protected el: HTMLSwirlActionListElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlActionList extends Components.SwirlActionList { } export declare class SwirlActionListItem { protected z: NgZone; protected el: HTMLSwirlActionListItemElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlActionListItem extends Components.SwirlActionListItem { } export declare class SwirlActionListSection { protected z: NgZone; protected el: HTMLSwirlActionListSectionElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlActionListSection extends Components.SwirlActionListSection { } export declare class SwirlAppBar { protected z: NgZone; protected el: HTMLSwirlAppBarElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlAppBar extends Components.SwirlAppBar { backButtonClick: EventEmitter>; closeButtonClick: EventEmitter>; stepUpButtonClick: EventEmitter>; stepDownButtonClick: EventEmitter>; } export declare class SwirlAppIcon { protected z: NgZone; protected el: HTMLSwirlAppIconElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlAppIcon extends Components.SwirlAppIcon { } export declare class SwirlAppLayout { protected z: NgZone; protected el: HTMLSwirlAppLayoutElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlAppLayout extends Components.SwirlAppLayout { ctaClick: EventEmitter>; mobileViewChange: EventEmitter>; navigationBackButtonClick: EventEmitter>; navigationExpansionStateChange: EventEmitter>; sidebarToggle: EventEmitter>; } export declare class SwirlAutocomplete { protected z: NgZone; protected el: HTMLSwirlAutocompleteElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlAutocomplete extends Components.SwirlAutocomplete { valueChange: EventEmitter>; } export declare class SwirlAvatar { protected z: NgZone; protected el: HTMLSwirlAvatarElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlAvatar extends Components.SwirlAvatar { imageError: EventEmitter>; imageLoad: EventEmitter>; } export declare class SwirlAvatarGroup { protected z: NgZone; protected el: HTMLSwirlAvatarGroupElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlAvatarGroup extends Components.SwirlAvatarGroup { } export declare class SwirlBadge { protected z: NgZone; protected el: HTMLSwirlBadgeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlBadge extends Components.SwirlBadge { } export declare class SwirlBanner { protected z: NgZone; protected el: HTMLSwirlBannerElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlBanner extends Components.SwirlBanner { action: EventEmitter>; dismiss: EventEmitter>; } export declare class SwirlBox { protected z: NgZone; protected el: HTMLSwirlBoxElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlBox extends Components.SwirlBox { componentLoad: EventEmitter>; } export declare class SwirlButton { protected z: NgZone; protected el: HTMLSwirlButtonElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlButton extends Components.SwirlButton { } export declare class SwirlButtonGroup { protected z: NgZone; protected el: HTMLSwirlButtonGroupElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlButtonGroup extends Components.SwirlButtonGroup { } export declare class SwirlCard { protected z: NgZone; protected el: HTMLSwirlCardElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlCard extends Components.SwirlCard { componentLoad: EventEmitter>; } export declare class SwirlCarousel { protected z: NgZone; protected el: HTMLSwirlCarouselElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlCarousel extends Components.SwirlCarousel { activeSlidesChange: EventEmitter>; } export declare class SwirlCarouselSlide { protected z: NgZone; protected el: HTMLSwirlCarouselSlideElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlCarouselSlide extends Components.SwirlCarouselSlide { } export declare class SwirlCheckbox { protected z: NgZone; protected el: HTMLSwirlCheckboxElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlCheckbox extends Components.SwirlCheckbox { valueChange: EventEmitter>; } export declare class SwirlChip { protected z: NgZone; protected el: HTMLSwirlChipElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlChip extends Components.SwirlChip { chipClick: EventEmitter>; remove: EventEmitter>; } export declare class SwirlColorInput { protected z: NgZone; protected el: HTMLSwirlColorInputElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlColorInput extends Components.SwirlColorInput { inputBlur: EventEmitter>; inputFocus: EventEmitter>; valueChange: EventEmitter>; } export declare class SwirlColumns { protected z: NgZone; protected el: HTMLSwirlColumnsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlColumns extends Components.SwirlColumns { } export declare class SwirlConsoleLayout { protected z: NgZone; protected el: HTMLSwirlConsoleLayoutElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlConsoleLayout extends Components.SwirlConsoleLayout { backButtonClick: EventEmitter>; helpButtonClick: EventEmitter>; } export declare class SwirlDataCell { protected z: NgZone; protected el: HTMLSwirlDataCellElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlDataCell extends Components.SwirlDataCell { valueChange: EventEmitter>; } export declare class SwirlDataCellStack { protected z: NgZone; protected el: HTMLSwirlDataCellStackElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlDataCellStack extends Components.SwirlDataCellStack { } export declare class SwirlDateInput { protected z: NgZone; protected el: HTMLSwirlDateInputElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlDateInput extends Components.SwirlDateInput { invalidInput: EventEmitter>; valueChange: EventEmitter>; } export declare class SwirlDatePicker { protected z: NgZone; protected el: HTMLSwirlDatePickerElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlDatePicker extends Components.SwirlDatePicker { valueChange: EventEmitter>; } export declare class SwirlDescriptionList { protected z: NgZone; protected el: HTMLSwirlDescriptionListElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlDescriptionList extends Components.SwirlDescriptionList { } export declare class SwirlDescriptionListItem { protected z: NgZone; protected el: HTMLSwirlDescriptionListItemElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlDescriptionListItem extends Components.SwirlDescriptionListItem { } export declare class SwirlDialog { protected z: NgZone; protected el: HTMLSwirlDialogElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlDialog extends Components.SwirlDialog { dialogClose: EventEmitter>; dialogOpen: EventEmitter>; primaryAction: EventEmitter>; secondaryAction: EventEmitter>; toggleDialog: EventEmitter>; } export declare class SwirlEmoji { protected z: NgZone; protected el: HTMLSwirlEmojiElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlEmoji extends Components.SwirlEmoji { } export declare class SwirlEmojiClap { protected z: NgZone; protected el: HTMLSwirlEmojiClapElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlEmojiClap extends Components.SwirlEmojiClap { } export declare class SwirlEmojiHappy { protected z: NgZone; protected el: HTMLSwirlEmojiHappyElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlEmojiHappy extends Components.SwirlEmojiHappy { } export declare class SwirlEmojiIdea { protected z: NgZone; protected el: HTMLSwirlEmojiIdeaElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlEmojiIdea extends Components.SwirlEmojiIdea { } export declare class SwirlEmojiLove { protected z: NgZone; protected el: HTMLSwirlEmojiLoveElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlEmojiLove extends Components.SwirlEmojiLove { } export declare class SwirlEmojiSad { protected z: NgZone; protected el: HTMLSwirlEmojiSadElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlEmojiSad extends Components.SwirlEmojiSad { } export declare class SwirlEmojiThumbsUp { protected z: NgZone; protected el: HTMLSwirlEmojiThumbsUpElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlEmojiThumbsUp extends Components.SwirlEmojiThumbsUp { } export declare class SwirlEmptyState { protected z: NgZone; protected el: HTMLSwirlEmptyStateElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlEmptyState extends Components.SwirlEmptyState { } export declare class SwirlFileChip { protected z: NgZone; protected el: HTMLSwirlFileChipElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlFileChip extends Components.SwirlFileChip { delete: EventEmitter>; download: EventEmitter>; preview: EventEmitter>; } export declare class SwirlFileUploader { protected z: NgZone; protected el: HTMLSwirlFileUploaderElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlFileUploader extends Components.SwirlFileUploader { valueChange: EventEmitter>; } export declare class SwirlFileViewer { protected z: NgZone; protected el: HTMLSwirlFileViewerElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlFileViewer extends Components.SwirlFileViewer { activate: EventEmitter>; visiblePagesChange: EventEmitter>; downloadStart: EventEmitter>; } export declare class SwirlFileViewerAudio { protected z: NgZone; protected el: HTMLSwirlFileViewerAudioElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlFileViewerAudio extends Components.SwirlFileViewerAudio { activate: EventEmitter>; } export declare class SwirlFileViewerCsv { protected z: NgZone; protected el: HTMLSwirlFileViewerCsvElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlFileViewerCsv extends Components.SwirlFileViewerCsv { activate: EventEmitter>; } export declare class SwirlFileViewerFallback { protected z: NgZone; protected el: HTMLSwirlFileViewerFallbackElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlFileViewerFallback extends Components.SwirlFileViewerFallback { activate: EventEmitter>; download: EventEmitter>; } export declare class SwirlFileViewerImage { protected z: NgZone; protected el: HTMLSwirlFileViewerImageElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlFileViewerImage extends Components.SwirlFileViewerImage { activate: EventEmitter>; } export declare class SwirlFileViewerPdf { protected z: NgZone; protected el: HTMLSwirlFileViewerPdfElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlFileViewerPdf extends Components.SwirlFileViewerPdf { activate: EventEmitter>; visiblePagesChange: EventEmitter>; } export declare class SwirlFileViewerText { protected z: NgZone; protected el: HTMLSwirlFileViewerTextElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlFileViewerText extends Components.SwirlFileViewerText { activate: EventEmitter>; } export declare class SwirlFileViewerVideo { protected z: NgZone; protected el: HTMLSwirlFileViewerVideoElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlFileViewerVideo extends Components.SwirlFileViewerVideo { activate: EventEmitter>; } export declare class SwirlFormControl { protected z: NgZone; protected el: HTMLSwirlFormControlElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlFormControl extends Components.SwirlFormControl { } export declare class SwirlFormGroup { protected z: NgZone; protected el: HTMLSwirlFormGroupElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlFormGroup extends Components.SwirlFormGroup { } export declare class SwirlHeading { protected z: NgZone; protected el: HTMLSwirlHeadingElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlHeading extends Components.SwirlHeading { } export declare class SwirlIcon { protected z: NgZone; protected el: HTMLSwirlIconElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIcon extends Components.SwirlIcon { } export declare class SwirlIconAdd { protected z: NgZone; protected el: HTMLSwirlIconAddElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconAdd extends Components.SwirlIconAdd { } export declare class SwirlIconAddBox { protected z: NgZone; protected el: HTMLSwirlIconAddBoxElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconAddBox extends Components.SwirlIconAddBox { } export declare class SwirlIconAddModerator { protected z: NgZone; protected el: HTMLSwirlIconAddModeratorElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconAddModerator extends Components.SwirlIconAddModerator { } export declare class SwirlIconAddPhoto { protected z: NgZone; protected el: HTMLSwirlIconAddPhotoElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconAddPhoto extends Components.SwirlIconAddPhoto { } export declare class SwirlIconAddReaction { protected z: NgZone; protected el: HTMLSwirlIconAddReactionElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconAddReaction extends Components.SwirlIconAddReaction { } export declare class SwirlIconAdminPanelSettings { protected z: NgZone; protected el: HTMLSwirlIconAdminPanelSettingsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconAdminPanelSettings extends Components.SwirlIconAdminPanelSettings { } export declare class SwirlIconAi { protected z: NgZone; protected el: HTMLSwirlIconAiElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconAi extends Components.SwirlIconAi { } export declare class SwirlIconAiFilled { protected z: NgZone; protected el: HTMLSwirlIconAiFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconAiFilled extends Components.SwirlIconAiFilled { } export declare class SwirlIconApparel { protected z: NgZone; protected el: HTMLSwirlIconApparelElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconApparel extends Components.SwirlIconApparel { } export declare class SwirlIconApps { protected z: NgZone; protected el: HTMLSwirlIconAppsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconApps extends Components.SwirlIconApps { } export declare class SwirlIconArrowBack { protected z: NgZone; protected el: HTMLSwirlIconArrowBackElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconArrowBack extends Components.SwirlIconArrowBack { } export declare class SwirlIconArrowDownward { protected z: NgZone; protected el: HTMLSwirlIconArrowDownwardElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconArrowDownward extends Components.SwirlIconArrowDownward { } export declare class SwirlIconArrowForward { protected z: NgZone; protected el: HTMLSwirlIconArrowForwardElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconArrowForward extends Components.SwirlIconArrowForward { } export declare class SwirlIconArrowLeft { protected z: NgZone; protected el: HTMLSwirlIconArrowLeftElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconArrowLeft extends Components.SwirlIconArrowLeft { } export declare class SwirlIconArrowRight { protected z: NgZone; protected el: HTMLSwirlIconArrowRightElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconArrowRight extends Components.SwirlIconArrowRight { } export declare class SwirlIconArrowRightSmall { protected z: NgZone; protected el: HTMLSwirlIconArrowRightSmallElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconArrowRightSmall extends Components.SwirlIconArrowRightSmall { } export declare class SwirlIconArrowUpward { protected z: NgZone; protected el: HTMLSwirlIconArrowUpwardElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconArrowUpward extends Components.SwirlIconArrowUpward { } export declare class SwirlIconAspectRatio { protected z: NgZone; protected el: HTMLSwirlIconAspectRatioElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconAspectRatio extends Components.SwirlIconAspectRatio { } export declare class SwirlIconAttachment { protected z: NgZone; protected el: HTMLSwirlIconAttachmentElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconAttachment extends Components.SwirlIconAttachment { } export declare class SwirlIconAudioFile { protected z: NgZone; protected el: HTMLSwirlIconAudioFileElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconAudioFile extends Components.SwirlIconAudioFile { } export declare class SwirlIconAutorenew { protected z: NgZone; protected el: HTMLSwirlIconAutorenewElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconAutorenew extends Components.SwirlIconAutorenew { } export declare class SwirlIconBarChart { protected z: NgZone; protected el: HTMLSwirlIconBarChartElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconBarChart extends Components.SwirlIconBarChart { } export declare class SwirlIconBeachAccess { protected z: NgZone; protected el: HTMLSwirlIconBeachAccessElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconBeachAccess extends Components.SwirlIconBeachAccess { } export declare class SwirlIconBeachAccessFilled { protected z: NgZone; protected el: HTMLSwirlIconBeachAccessFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconBeachAccessFilled extends Components.SwirlIconBeachAccessFilled { } export declare class SwirlIconBlock { protected z: NgZone; protected el: HTMLSwirlIconBlockElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconBlock extends Components.SwirlIconBlock { } export declare class SwirlIconBold { protected z: NgZone; protected el: HTMLSwirlIconBoldElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconBold extends Components.SwirlIconBold { } export declare class SwirlIconBookmark { protected z: NgZone; protected el: HTMLSwirlIconBookmarkElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconBookmark extends Components.SwirlIconBookmark { } export declare class SwirlIconBookmarkFilled { protected z: NgZone; protected el: HTMLSwirlIconBookmarkFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconBookmarkFilled extends Components.SwirlIconBookmarkFilled { } export declare class SwirlIconCalendarAddOnFilled { protected z: NgZone; protected el: HTMLSwirlIconCalendarAddOnFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconCalendarAddOnFilled extends Components.SwirlIconCalendarAddOnFilled { } export declare class SwirlIconCalendarRespond { protected z: NgZone; protected el: HTMLSwirlIconCalendarRespondElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconCalendarRespond extends Components.SwirlIconCalendarRespond { } export declare class SwirlIconCalendarToday { protected z: NgZone; protected el: HTMLSwirlIconCalendarTodayElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconCalendarToday extends Components.SwirlIconCalendarToday { } export declare class SwirlIconCall { protected z: NgZone; protected el: HTMLSwirlIconCallElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconCall extends Components.SwirlIconCall { } export declare class SwirlIconCallEnd { protected z: NgZone; protected el: HTMLSwirlIconCallEndElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconCallEnd extends Components.SwirlIconCallEnd { } export declare class SwirlIconCancel { protected z: NgZone; protected el: HTMLSwirlIconCancelElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconCancel extends Components.SwirlIconCancel { } export declare class SwirlIconCancelFilled { protected z: NgZone; protected el: HTMLSwirlIconCancelFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconCancelFilled extends Components.SwirlIconCancelFilled { } export declare class SwirlIconCancelOutline { protected z: NgZone; protected el: HTMLSwirlIconCancelOutlineElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconCancelOutline extends Components.SwirlIconCancelOutline { } export declare class SwirlIconChatBubble { protected z: NgZone; protected el: HTMLSwirlIconChatBubbleElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconChatBubble extends Components.SwirlIconChatBubble { } export declare class SwirlIconChats { protected z: NgZone; protected el: HTMLSwirlIconChatsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconChats extends Components.SwirlIconChats { } export declare class SwirlIconChatsFilled { protected z: NgZone; protected el: HTMLSwirlIconChatsFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconChatsFilled extends Components.SwirlIconChatsFilled { } export declare class SwirlIconCheck { protected z: NgZone; protected el: HTMLSwirlIconCheckElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconCheck extends Components.SwirlIconCheck { } export declare class SwirlIconCheckCircle { protected z: NgZone; protected el: HTMLSwirlIconCheckCircleElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconCheckCircle extends Components.SwirlIconCheckCircle { } export declare class SwirlIconCheckCircleFilled { protected z: NgZone; protected el: HTMLSwirlIconCheckCircleFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconCheckCircleFilled extends Components.SwirlIconCheckCircleFilled { } export declare class SwirlIconCheckSmall { protected z: NgZone; protected el: HTMLSwirlIconCheckSmallElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconCheckSmall extends Components.SwirlIconCheckSmall { } export declare class SwirlIconCheckStrong { protected z: NgZone; protected el: HTMLSwirlIconCheckStrongElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconCheckStrong extends Components.SwirlIconCheckStrong { } export declare class SwirlIconCheckboxFilled { protected z: NgZone; protected el: HTMLSwirlIconCheckboxFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconCheckboxFilled extends Components.SwirlIconCheckboxFilled { } export declare class SwirlIconChevronLeft { protected z: NgZone; protected el: HTMLSwirlIconChevronLeftElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconChevronLeft extends Components.SwirlIconChevronLeft { } export declare class SwirlIconChevronRight { protected z: NgZone; protected el: HTMLSwirlIconChevronRightElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconChevronRight extends Components.SwirlIconChevronRight { } export declare class SwirlIconClose { protected z: NgZone; protected el: HTMLSwirlIconCloseElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconClose extends Components.SwirlIconClose { } export declare class SwirlIconCloseFullscreen { protected z: NgZone; protected el: HTMLSwirlIconCloseFullscreenElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconCloseFullscreen extends Components.SwirlIconCloseFullscreen { } export declare class SwirlIconCloseSmall { protected z: NgZone; protected el: HTMLSwirlIconCloseSmallElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconCloseSmall extends Components.SwirlIconCloseSmall { } export declare class SwirlIconCloudUpload { protected z: NgZone; protected el: HTMLSwirlIconCloudUploadElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconCloudUpload extends Components.SwirlIconCloudUpload { } export declare class SwirlIconCoPresent { protected z: NgZone; protected el: HTMLSwirlIconCoPresentElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconCoPresent extends Components.SwirlIconCoPresent { } export declare class SwirlIconColumn { protected z: NgZone; protected el: HTMLSwirlIconColumnElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconColumn extends Components.SwirlIconColumn { } export declare class SwirlIconComment { protected z: NgZone; protected el: HTMLSwirlIconCommentElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconComment extends Components.SwirlIconComment { } export declare class SwirlIconContractEdit { protected z: NgZone; protected el: HTMLSwirlIconContractEditElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconContractEdit extends Components.SwirlIconContractEdit { } export declare class SwirlIconContrast { protected z: NgZone; protected el: HTMLSwirlIconContrastElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconContrast extends Components.SwirlIconContrast { } export declare class SwirlIconCopy { protected z: NgZone; protected el: HTMLSwirlIconCopyElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconCopy extends Components.SwirlIconCopy { } export declare class SwirlIconCrop { protected z: NgZone; protected el: HTMLSwirlIconCropElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconCrop extends Components.SwirlIconCrop { } export declare class SwirlIconDarkMode { protected z: NgZone; protected el: HTMLSwirlIconDarkModeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconDarkMode extends Components.SwirlIconDarkMode { } export declare class SwirlIconDateRange { protected z: NgZone; protected el: HTMLSwirlIconDateRangeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconDateRange extends Components.SwirlIconDateRange { } export declare class SwirlIconDelete { protected z: NgZone; protected el: HTMLSwirlIconDeleteElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconDelete extends Components.SwirlIconDelete { } export declare class SwirlIconDeployedCode { protected z: NgZone; protected el: HTMLSwirlIconDeployedCodeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconDeployedCode extends Components.SwirlIconDeployedCode { } export declare class SwirlIconDescription { protected z: NgZone; protected el: HTMLSwirlIconDescriptionElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconDescription extends Components.SwirlIconDescription { } export declare class SwirlIconDesktop { protected z: NgZone; protected el: HTMLSwirlIconDesktopElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconDesktop extends Components.SwirlIconDesktop { } export declare class SwirlIconDestruction { protected z: NgZone; protected el: HTMLSwirlIconDestructionElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconDestruction extends Components.SwirlIconDestruction { } export declare class SwirlIconDirectory { protected z: NgZone; protected el: HTMLSwirlIconDirectoryElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconDirectory extends Components.SwirlIconDirectory { } export declare class SwirlIconDirectoryFilled { protected z: NgZone; protected el: HTMLSwirlIconDirectoryFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconDirectoryFilled extends Components.SwirlIconDirectoryFilled { } export declare class SwirlIconDiscover { protected z: NgZone; protected el: HTMLSwirlIconDiscoverElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconDiscover extends Components.SwirlIconDiscover { } export declare class SwirlIconDockLeft { protected z: NgZone; protected el: HTMLSwirlIconDockLeftElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconDockLeft extends Components.SwirlIconDockLeft { } export declare class SwirlIconDockLeftCollapse { protected z: NgZone; protected el: HTMLSwirlIconDockLeftCollapseElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconDockLeftCollapse extends Components.SwirlIconDockLeftCollapse { } export declare class SwirlIconDockLeftExpand { protected z: NgZone; protected el: HTMLSwirlIconDockLeftExpandElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconDockLeftExpand extends Components.SwirlIconDockLeftExpand { } export declare class SwirlIconDoorOpen { protected z: NgZone; protected el: HTMLSwirlIconDoorOpenElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconDoorOpen extends Components.SwirlIconDoorOpen { } export declare class SwirlIconDot { protected z: NgZone; protected el: HTMLSwirlIconDotElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconDot extends Components.SwirlIconDot { } export declare class SwirlIconDoubleArrowLeft { protected z: NgZone; protected el: HTMLSwirlIconDoubleArrowLeftElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconDoubleArrowLeft extends Components.SwirlIconDoubleArrowLeft { } export declare class SwirlIconDoubleArrowRight { protected z: NgZone; protected el: HTMLSwirlIconDoubleArrowRightElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconDoubleArrowRight extends Components.SwirlIconDoubleArrowRight { } export declare class SwirlIconDownload { protected z: NgZone; protected el: HTMLSwirlIconDownloadElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconDownload extends Components.SwirlIconDownload { } export declare class SwirlIconDragHandle { protected z: NgZone; protected el: HTMLSwirlIconDragHandleElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconDragHandle extends Components.SwirlIconDragHandle { } export declare class SwirlIconEdit { protected z: NgZone; protected el: HTMLSwirlIconEditElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconEdit extends Components.SwirlIconEdit { } export declare class SwirlIconEditNote { protected z: NgZone; protected el: HTMLSwirlIconEditNoteElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconEditNote extends Components.SwirlIconEditNote { } export declare class SwirlIconEmojiMood { protected z: NgZone; protected el: HTMLSwirlIconEmojiMoodElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconEmojiMood extends Components.SwirlIconEmojiMood { } export declare class SwirlIconEmojiSatisfied { protected z: NgZone; protected el: HTMLSwirlIconEmojiSatisfiedElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconEmojiSatisfied extends Components.SwirlIconEmojiSatisfied { } export declare class SwirlIconEmojiSymbols { protected z: NgZone; protected el: HTMLSwirlIconEmojiSymbolsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconEmojiSymbols extends Components.SwirlIconEmojiSymbols { } export declare class SwirlIconEndSeries { protected z: NgZone; protected el: HTMLSwirlIconEndSeriesElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconEndSeries extends Components.SwirlIconEndSeries { } export declare class SwirlIconError { protected z: NgZone; protected el: HTMLSwirlIconErrorElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconError extends Components.SwirlIconError { } export declare class SwirlIconExpandLess { protected z: NgZone; protected el: HTMLSwirlIconExpandLessElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconExpandLess extends Components.SwirlIconExpandLess { } export declare class SwirlIconExpandMore { protected z: NgZone; protected el: HTMLSwirlIconExpandMoreElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconExpandMore extends Components.SwirlIconExpandMore { } export declare class SwirlIconExperiment { protected z: NgZone; protected el: HTMLSwirlIconExperimentElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconExperiment extends Components.SwirlIconExperiment { } export declare class SwirlIconFile { protected z: NgZone; protected el: HTMLSwirlIconFileElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconFile extends Components.SwirlIconFile { } export declare class SwirlIconFileCopy { protected z: NgZone; protected el: HTMLSwirlIconFileCopyElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconFileCopy extends Components.SwirlIconFileCopy { } export declare class SwirlIconFilter { protected z: NgZone; protected el: HTMLSwirlIconFilterElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconFilter extends Components.SwirlIconFilter { } export declare class SwirlIconFolder { protected z: NgZone; protected el: HTMLSwirlIconFolderElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconFolder extends Components.SwirlIconFolder { } export declare class SwirlIconFolderShared { protected z: NgZone; protected el: HTMLSwirlIconFolderSharedElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconFolderShared extends Components.SwirlIconFolderShared { } export declare class SwirlIconFormatHOne { protected z: NgZone; protected el: HTMLSwirlIconFormatHOneElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconFormatHOne extends Components.SwirlIconFormatHOne { } export declare class SwirlIconFormatListBulleted { protected z: NgZone; protected el: HTMLSwirlIconFormatListBulletedElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconFormatListBulleted extends Components.SwirlIconFormatListBulleted { } export declare class SwirlIconFormatListNumbered { protected z: NgZone; protected el: HTMLSwirlIconFormatListNumberedElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconFormatListNumbered extends Components.SwirlIconFormatListNumbered { } export declare class SwirlIconForward { protected z: NgZone; protected el: HTMLSwirlIconForwardElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconForward extends Components.SwirlIconForward { } export declare class SwirlIconFullscreen { protected z: NgZone; protected el: HTMLSwirlIconFullscreenElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconFullscreen extends Components.SwirlIconFullscreen { } export declare class SwirlIconFullscreenExit { protected z: NgZone; protected el: HTMLSwirlIconFullscreenExitElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconFullscreenExit extends Components.SwirlIconFullscreenExit { } export declare class SwirlIconGif { protected z: NgZone; protected el: HTMLSwirlIconGifElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconGif extends Components.SwirlIconGif { } export declare class SwirlIconGroupAdd { protected z: NgZone; protected el: HTMLSwirlIconGroupAddElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconGroupAdd extends Components.SwirlIconGroupAdd { } export declare class SwirlIconGroupAssign { protected z: NgZone; protected el: HTMLSwirlIconGroupAssignElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconGroupAssign extends Components.SwirlIconGroupAssign { } export declare class SwirlIconGroups { protected z: NgZone; protected el: HTMLSwirlIconGroupsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconGroups extends Components.SwirlIconGroups { } export declare class SwirlIconGroupsFilled { protected z: NgZone; protected el: HTMLSwirlIconGroupsFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconGroupsFilled extends Components.SwirlIconGroupsFilled { } export declare class SwirlIconHamburgerMenu { protected z: NgZone; protected el: HTMLSwirlIconHamburgerMenuElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconHamburgerMenu extends Components.SwirlIconHamburgerMenu { } export declare class SwirlIconHealthAndSafety { protected z: NgZone; protected el: HTMLSwirlIconHealthAndSafetyElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconHealthAndSafety extends Components.SwirlIconHealthAndSafety { } export declare class SwirlIconHelp { protected z: NgZone; protected el: HTMLSwirlIconHelpElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconHelp extends Components.SwirlIconHelp { } export declare class SwirlIconHelpFilled { protected z: NgZone; protected el: HTMLSwirlIconHelpFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconHelpFilled extends Components.SwirlIconHelpFilled { } export declare class SwirlIconHighlight { protected z: NgZone; protected el: HTMLSwirlIconHighlightElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconHighlight extends Components.SwirlIconHighlight { } export declare class SwirlIconHistory { protected z: NgZone; protected el: HTMLSwirlIconHistoryElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconHistory extends Components.SwirlIconHistory { } export declare class SwirlIconHome { protected z: NgZone; protected el: HTMLSwirlIconHomeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconHome extends Components.SwirlIconHome { } export declare class SwirlIconHomeFilled { protected z: NgZone; protected el: HTMLSwirlIconHomeFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconHomeFilled extends Components.SwirlIconHomeFilled { } export declare class SwirlIconHrResting { protected z: NgZone; protected el: HTMLSwirlIconHrRestingElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconHrResting extends Components.SwirlIconHrResting { } export declare class SwirlIconImage { protected z: NgZone; protected el: HTMLSwirlIconImageElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconImage extends Components.SwirlIconImage { } export declare class SwirlIconImproveText { protected z: NgZone; protected el: HTMLSwirlIconImproveTextElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconImproveText extends Components.SwirlIconImproveText { } export declare class SwirlIconInfo { protected z: NgZone; protected el: HTMLSwirlIconInfoElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconInfo extends Components.SwirlIconInfo { } export declare class SwirlIconInsertBelow { protected z: NgZone; protected el: HTMLSwirlIconInsertBelowElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconInsertBelow extends Components.SwirlIconInsertBelow { } export declare class SwirlIconInsertChart { protected z: NgZone; protected el: HTMLSwirlIconInsertChartElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconInsertChart extends Components.SwirlIconInsertChart { } export declare class SwirlIconInsertOnTop { protected z: NgZone; protected el: HTMLSwirlIconInsertOnTopElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconInsertOnTop extends Components.SwirlIconInsertOnTop { } export declare class SwirlIconInventory { protected z: NgZone; protected el: HTMLSwirlIconInventoryElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconInventory extends Components.SwirlIconInventory { } export declare class SwirlIconInventoryOff { protected z: NgZone; protected el: HTMLSwirlIconInventoryOffElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconInventoryOff extends Components.SwirlIconInventoryOff { } export declare class SwirlIconIphone { protected z: NgZone; protected el: HTMLSwirlIconIphoneElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconIphone extends Components.SwirlIconIphone { } export declare class SwirlIconItalic { protected z: NgZone; protected el: HTMLSwirlIconItalicElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconItalic extends Components.SwirlIconItalic { } export declare class SwirlIconKey { protected z: NgZone; protected el: HTMLSwirlIconKeyElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconKey extends Components.SwirlIconKey { } export declare class SwirlIconKeyboard { protected z: NgZone; protected el: HTMLSwirlIconKeyboardElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconKeyboard extends Components.SwirlIconKeyboard { } export declare class SwirlIconKeyboardHide { protected z: NgZone; protected el: HTMLSwirlIconKeyboardHideElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconKeyboardHide extends Components.SwirlIconKeyboardHide { } export declare class SwirlIconLanguage { protected z: NgZone; protected el: HTMLSwirlIconLanguageElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconLanguage extends Components.SwirlIconLanguage { } export declare class SwirlIconLightMode { protected z: NgZone; protected el: HTMLSwirlIconLightModeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconLightMode extends Components.SwirlIconLightMode { } export declare class SwirlIconLike { protected z: NgZone; protected el: HTMLSwirlIconLikeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconLike extends Components.SwirlIconLike { } export declare class SwirlIconLink { protected z: NgZone; protected el: HTMLSwirlIconLinkElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconLink extends Components.SwirlIconLink { } export declare class SwirlIconListAltCheck { protected z: NgZone; protected el: HTMLSwirlIconListAltCheckElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconListAltCheck extends Components.SwirlIconListAltCheck { } export declare class SwirlIconLive { protected z: NgZone; protected el: HTMLSwirlIconLiveElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconLive extends Components.SwirlIconLive { } export declare class SwirlIconLoad { protected z: NgZone; protected el: HTMLSwirlIconLoadElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconLoad extends Components.SwirlIconLoad { } export declare class SwirlIconLocationOn { protected z: NgZone; protected el: HTMLSwirlIconLocationOnElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconLocationOn extends Components.SwirlIconLocationOn { } export declare class SwirlIconLock { protected z: NgZone; protected el: HTMLSwirlIconLockElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconLock extends Components.SwirlIconLock { } export declare class SwirlIconLockOpen { protected z: NgZone; protected el: HTMLSwirlIconLockOpenElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconLockOpen extends Components.SwirlIconLockOpen { } export declare class SwirlIconLockPerson { protected z: NgZone; protected el: HTMLSwirlIconLockPersonElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconLockPerson extends Components.SwirlIconLockPerson { } export declare class SwirlIconLogin { protected z: NgZone; protected el: HTMLSwirlIconLoginElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconLogin extends Components.SwirlIconLogin { } export declare class SwirlIconLogout { protected z: NgZone; protected el: HTMLSwirlIconLogoutElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconLogout extends Components.SwirlIconLogout { } export declare class SwirlIconLongText { protected z: NgZone; protected el: HTMLSwirlIconLongTextElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconLongText extends Components.SwirlIconLongText { } export declare class SwirlIconMail { protected z: NgZone; protected el: HTMLSwirlIconMailElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconMail extends Components.SwirlIconMail { } export declare class SwirlIconManageAccounts { protected z: NgZone; protected el: HTMLSwirlIconManageAccountsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconManageAccounts extends Components.SwirlIconManageAccounts { } export declare class SwirlIconMarkChatRead { protected z: NgZone; protected el: HTMLSwirlIconMarkChatReadElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconMarkChatRead extends Components.SwirlIconMarkChatRead { } export declare class SwirlIconMarkChatUnread { protected z: NgZone; protected el: HTMLSwirlIconMarkChatUnreadElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconMarkChatUnread extends Components.SwirlIconMarkChatUnread { } export declare class SwirlIconMention { protected z: NgZone; protected el: HTMLSwirlIconMentionElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconMention extends Components.SwirlIconMention { } export declare class SwirlIconMenu { protected z: NgZone; protected el: HTMLSwirlIconMenuElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconMenu extends Components.SwirlIconMenu { } export declare class SwirlIconMenuBook { protected z: NgZone; protected el: HTMLSwirlIconMenuBookElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconMenuBook extends Components.SwirlIconMenuBook { } export declare class SwirlIconMenuBookFilled { protected z: NgZone; protected el: HTMLSwirlIconMenuBookFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconMenuBookFilled extends Components.SwirlIconMenuBookFilled { } export declare class SwirlIconMenuFilled { protected z: NgZone; protected el: HTMLSwirlIconMenuFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconMenuFilled extends Components.SwirlIconMenuFilled { } export declare class SwirlIconMessage { protected z: NgZone; protected el: HTMLSwirlIconMessageElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconMessage extends Components.SwirlIconMessage { } export declare class SwirlIconMic { protected z: NgZone; protected el: HTMLSwirlIconMicElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconMic extends Components.SwirlIconMic { } export declare class SwirlIconMicOff { protected z: NgZone; protected el: HTMLSwirlIconMicOffElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconMicOff extends Components.SwirlIconMicOff { } export declare class SwirlIconMobileTheft { protected z: NgZone; protected el: HTMLSwirlIconMobileTheftElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconMobileTheft extends Components.SwirlIconMobileTheft { } export declare class SwirlIconMoreHorizontal { protected z: NgZone; protected el: HTMLSwirlIconMoreHorizontalElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconMoreHorizontal extends Components.SwirlIconMoreHorizontal { } export declare class SwirlIconMoreVertikal { protected z: NgZone; protected el: HTMLSwirlIconMoreVertikalElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconMoreVertikal extends Components.SwirlIconMoreVertikal { } export declare class SwirlIconNews { protected z: NgZone; protected el: HTMLSwirlIconNewsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconNews extends Components.SwirlIconNews { } export declare class SwirlIconNewsFilled { protected z: NgZone; protected el: HTMLSwirlIconNewsFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconNewsFilled extends Components.SwirlIconNewsFilled { } export declare class SwirlIconNewsOff { protected z: NgZone; protected el: HTMLSwirlIconNewsOffElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconNewsOff extends Components.SwirlIconNewsOff { } export declare class SwirlIconNextPlan { protected z: NgZone; protected el: HTMLSwirlIconNextPlanElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconNextPlan extends Components.SwirlIconNextPlan { } export declare class SwirlIconNoteStack { protected z: NgZone; protected el: HTMLSwirlIconNoteStackElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconNoteStack extends Components.SwirlIconNoteStack { } export declare class SwirlIconNoteStackFilled { protected z: NgZone; protected el: HTMLSwirlIconNoteStackFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconNoteStackFilled extends Components.SwirlIconNoteStackFilled { } export declare class SwirlIconNotifications { protected z: NgZone; protected el: HTMLSwirlIconNotificationsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconNotifications extends Components.SwirlIconNotifications { } export declare class SwirlIconNotificationsActive { protected z: NgZone; protected el: HTMLSwirlIconNotificationsActiveElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconNotificationsActive extends Components.SwirlIconNotificationsActive { } export declare class SwirlIconNotificationsOff { protected z: NgZone; protected el: HTMLSwirlIconNotificationsOffElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconNotificationsOff extends Components.SwirlIconNotificationsOff { } export declare class SwirlIconOpenInFull { protected z: NgZone; protected el: HTMLSwirlIconOpenInFullElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconOpenInFull extends Components.SwirlIconOpenInFull { } export declare class SwirlIconOpenInNew { protected z: NgZone; protected el: HTMLSwirlIconOpenInNewElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconOpenInNew extends Components.SwirlIconOpenInNew { } export declare class SwirlIconPasskey { protected z: NgZone; protected el: HTMLSwirlIconPasskeyElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPasskey extends Components.SwirlIconPasskey { } export declare class SwirlIconPatientList { protected z: NgZone; protected el: HTMLSwirlIconPatientListElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPatientList extends Components.SwirlIconPatientList { } export declare class SwirlIconPause { protected z: NgZone; protected el: HTMLSwirlIconPauseElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPause extends Components.SwirlIconPause { } export declare class SwirlIconPauseCircle { protected z: NgZone; protected el: HTMLSwirlIconPauseCircleElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPauseCircle extends Components.SwirlIconPauseCircle { } export declare class SwirlIconPeopleAlt { protected z: NgZone; protected el: HTMLSwirlIconPeopleAltElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPeopleAlt extends Components.SwirlIconPeopleAlt { } export declare class SwirlIconPerson { protected z: NgZone; protected el: HTMLSwirlIconPersonElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPerson extends Components.SwirlIconPerson { } export declare class SwirlIconPersonCheck { protected z: NgZone; protected el: HTMLSwirlIconPersonCheckElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPersonCheck extends Components.SwirlIconPersonCheck { } export declare class SwirlIconPersonOff { protected z: NgZone; protected el: HTMLSwirlIconPersonOffElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPersonOff extends Components.SwirlIconPersonOff { } export declare class SwirlIconPersonRaisedHand { protected z: NgZone; protected el: HTMLSwirlIconPersonRaisedHandElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPersonRaisedHand extends Components.SwirlIconPersonRaisedHand { } export declare class SwirlIconPhone { protected z: NgZone; protected el: HTMLSwirlIconPhoneElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPhone extends Components.SwirlIconPhone { } export declare class SwirlIconPhotoCamera { protected z: NgZone; protected el: HTMLSwirlIconPhotoCameraElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPhotoCamera extends Components.SwirlIconPhotoCamera { } export declare class SwirlIconPictureAsPdf { protected z: NgZone; protected el: HTMLSwirlIconPictureAsPdfElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPictureAsPdf extends Components.SwirlIconPictureAsPdf { } export declare class SwirlIconPictureInPicture { protected z: NgZone; protected el: HTMLSwirlIconPictureInPictureElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPictureInPicture extends Components.SwirlIconPictureInPicture { } export declare class SwirlIconPin { protected z: NgZone; protected el: HTMLSwirlIconPinElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPin extends Components.SwirlIconPin { } export declare class SwirlIconPinOff { protected z: NgZone; protected el: HTMLSwirlIconPinOffElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPinOff extends Components.SwirlIconPinOff { } export declare class SwirlIconPlace { protected z: NgZone; protected el: HTMLSwirlIconPlaceElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPlace extends Components.SwirlIconPlace { } export declare class SwirlIconPlayArrow { protected z: NgZone; protected el: HTMLSwirlIconPlayArrowElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPlayArrow extends Components.SwirlIconPlayArrow { } export declare class SwirlIconPoll { protected z: NgZone; protected el: HTMLSwirlIconPollElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPoll extends Components.SwirlIconPoll { } export declare class SwirlIconPostApproval { protected z: NgZone; protected el: HTMLSwirlIconPostApprovalElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPostApproval extends Components.SwirlIconPostApproval { } export declare class SwirlIconPresent { protected z: NgZone; protected el: HTMLSwirlIconPresentElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPresent extends Components.SwirlIconPresent { } export declare class SwirlIconPreview { protected z: NgZone; protected el: HTMLSwirlIconPreviewElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPreview extends Components.SwirlIconPreview { } export declare class SwirlIconPrint { protected z: NgZone; protected el: HTMLSwirlIconPrintElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPrint extends Components.SwirlIconPrint { } export declare class SwirlIconPublic { protected z: NgZone; protected el: HTMLSwirlIconPublicElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPublic extends Components.SwirlIconPublic { } export declare class SwirlIconPublicOff { protected z: NgZone; protected el: HTMLSwirlIconPublicOffElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPublicOff extends Components.SwirlIconPublicOff { } export declare class SwirlIconPublishedWithChanges { protected z: NgZone; protected el: HTMLSwirlIconPublishedWithChangesElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconPublishedWithChanges extends Components.SwirlIconPublishedWithChanges { } export declare class SwirlIconQrCodeScanner { protected z: NgZone; protected el: HTMLSwirlIconQrCodeScannerElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconQrCodeScanner extends Components.SwirlIconQrCodeScanner { } export declare class SwirlIconRatioFourToThree { protected z: NgZone; protected el: HTMLSwirlIconRatioFourToThreeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconRatioFourToThree extends Components.SwirlIconRatioFourToThree { } export declare class SwirlIconRatioFreeform { protected z: NgZone; protected el: HTMLSwirlIconRatioFreeformElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconRatioFreeform extends Components.SwirlIconRatioFreeform { } export declare class SwirlIconRatioSixteenToNine { protected z: NgZone; protected el: HTMLSwirlIconRatioSixteenToNineElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconRatioSixteenToNine extends Components.SwirlIconRatioSixteenToNine { } export declare class SwirlIconRatioSquare { protected z: NgZone; protected el: HTMLSwirlIconRatioSquareElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconRatioSquare extends Components.SwirlIconRatioSquare { } export declare class SwirlIconRatioThreeToFour { protected z: NgZone; protected el: HTMLSwirlIconRatioThreeToFourElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconRatioThreeToFour extends Components.SwirlIconRatioThreeToFour { } export declare class SwirlIconRatioThreeToTwo { protected z: NgZone; protected el: HTMLSwirlIconRatioThreeToTwoElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconRatioThreeToTwo extends Components.SwirlIconRatioThreeToTwo { } export declare class SwirlIconRecieved { protected z: NgZone; protected el: HTMLSwirlIconRecievedElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconRecieved extends Components.SwirlIconRecieved { } export declare class SwirlIconRedo { protected z: NgZone; protected el: HTMLSwirlIconRedoElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconRedo extends Components.SwirlIconRedo { } export declare class SwirlIconRefresh { protected z: NgZone; protected el: HTMLSwirlIconRefreshElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconRefresh extends Components.SwirlIconRefresh { } export declare class SwirlIconRemove { protected z: NgZone; protected el: HTMLSwirlIconRemoveElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconRemove extends Components.SwirlIconRemove { } export declare class SwirlIconRemoveCircle { protected z: NgZone; protected el: HTMLSwirlIconRemoveCircleElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconRemoveCircle extends Components.SwirlIconRemoveCircle { } export declare class SwirlIconRemoveModerator { protected z: NgZone; protected el: HTMLSwirlIconRemoveModeratorElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconRemoveModerator extends Components.SwirlIconRemoveModerator { } export declare class SwirlIconRepeat { protected z: NgZone; protected el: HTMLSwirlIconRepeatElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconRepeat extends Components.SwirlIconRepeat { } export declare class SwirlIconReply { protected z: NgZone; protected el: HTMLSwirlIconReplyElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconReply extends Components.SwirlIconReply { } export declare class SwirlIconReport { protected z: NgZone; protected el: HTMLSwirlIconReportElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconReport extends Components.SwirlIconReport { } export declare class SwirlIconRoadmap { protected z: NgZone; protected el: HTMLSwirlIconRoadmapElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconRoadmap extends Components.SwirlIconRoadmap { } export declare class SwirlIconRotateLeft { protected z: NgZone; protected el: HTMLSwirlIconRotateLeftElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconRotateLeft extends Components.SwirlIconRotateLeft { } export declare class SwirlIconRotateRight { protected z: NgZone; protected el: HTMLSwirlIconRotateRightElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconRotateRight extends Components.SwirlIconRotateRight { } export declare class SwirlIconSchool { protected z: NgZone; protected el: HTMLSwirlIconSchoolElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconSchool extends Components.SwirlIconSchool { } export declare class SwirlIconScreenshare { protected z: NgZone; protected el: HTMLSwirlIconScreenshareElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconScreenshare extends Components.SwirlIconScreenshare { } export declare class SwirlIconScreenshareOff { protected z: NgZone; protected el: HTMLSwirlIconScreenshareOffElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconScreenshareOff extends Components.SwirlIconScreenshareOff { } export declare class SwirlIconSearch { protected z: NgZone; protected el: HTMLSwirlIconSearchElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconSearch extends Components.SwirlIconSearch { } export declare class SwirlIconSearchStrong { protected z: NgZone; protected el: HTMLSwirlIconSearchStrongElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconSearchStrong extends Components.SwirlIconSearchStrong { } export declare class SwirlIconSection { protected z: NgZone; protected el: HTMLSwirlIconSectionElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconSection extends Components.SwirlIconSection { } export declare class SwirlIconSecure { protected z: NgZone; protected el: HTMLSwirlIconSecureElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconSecure extends Components.SwirlIconSecure { } export declare class SwirlIconSell { protected z: NgZone; protected el: HTMLSwirlIconSellElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconSell extends Components.SwirlIconSell { } export declare class SwirlIconSend { protected z: NgZone; protected el: HTMLSwirlIconSendElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconSend extends Components.SwirlIconSend { } export declare class SwirlIconSettings { protected z: NgZone; protected el: HTMLSwirlIconSettingsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconSettings extends Components.SwirlIconSettings { } export declare class SwirlIconShortText { protected z: NgZone; protected el: HTMLSwirlIconShortTextElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconShortText extends Components.SwirlIconShortText { } export declare class SwirlIconSimplify { protected z: NgZone; protected el: HTMLSwirlIconSimplifyElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconSimplify extends Components.SwirlIconSimplify { } export declare class SwirlIconSpellcheck { protected z: NgZone; protected el: HTMLSwirlIconSpellcheckElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconSpellcheck extends Components.SwirlIconSpellcheck { } export declare class SwirlIconStars { protected z: NgZone; protected el: HTMLSwirlIconStarsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconStars extends Components.SwirlIconStars { } export declare class SwirlIconStickyNote { protected z: NgZone; protected el: HTMLSwirlIconStickyNoteElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconStickyNote extends Components.SwirlIconStickyNote { } export declare class SwirlIconStop { protected z: NgZone; protected el: HTMLSwirlIconStopElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconStop extends Components.SwirlIconStop { } export declare class SwirlIconStopCircle { protected z: NgZone; protected el: HTMLSwirlIconStopCircleElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconStopCircle extends Components.SwirlIconStopCircle { } export declare class SwirlIconStrikethrough { protected z: NgZone; protected el: HTMLSwirlIconStrikethroughElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconStrikethrough extends Components.SwirlIconStrikethrough { } export declare class SwirlIconSunny { protected z: NgZone; protected el: HTMLSwirlIconSunnyElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconSunny extends Components.SwirlIconSunny { } export declare class SwirlIconSwapVert { protected z: NgZone; protected el: HTMLSwirlIconSwapVertElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconSwapVert extends Components.SwirlIconSwapVert { } export declare class SwirlIconSync { protected z: NgZone; protected el: HTMLSwirlIconSyncElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconSync extends Components.SwirlIconSync { } export declare class SwirlIconTasks { protected z: NgZone; protected el: HTMLSwirlIconTasksElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconTasks extends Components.SwirlIconTasks { } export declare class SwirlIconTasksFilled { protected z: NgZone; protected el: HTMLSwirlIconTasksFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconTasksFilled extends Components.SwirlIconTasksFilled { } export declare class SwirlIconTerminal { protected z: NgZone; protected el: HTMLSwirlIconTerminalElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconTerminal extends Components.SwirlIconTerminal { } export declare class SwirlIconTime { protected z: NgZone; protected el: HTMLSwirlIconTimeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconTime extends Components.SwirlIconTime { } export declare class SwirlIconTimeFilled { protected z: NgZone; protected el: HTMLSwirlIconTimeFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconTimeFilled extends Components.SwirlIconTimeFilled { } export declare class SwirlIconToday { protected z: NgZone; protected el: HTMLSwirlIconTodayElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconToday extends Components.SwirlIconToday { } export declare class SwirlIconTodayFilled { protected z: NgZone; protected el: HTMLSwirlIconTodayFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconTodayFilled extends Components.SwirlIconTodayFilled { } export declare class SwirlIconTranslate { protected z: NgZone; protected el: HTMLSwirlIconTranslateElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconTranslate extends Components.SwirlIconTranslate { } export declare class SwirlIconTreeStructure { protected z: NgZone; protected el: HTMLSwirlIconTreeStructureElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconTreeStructure extends Components.SwirlIconTreeStructure { } export declare class SwirlIconUnderlined { protected z: NgZone; protected el: HTMLSwirlIconUnderlinedElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconUnderlined extends Components.SwirlIconUnderlined { } export declare class SwirlIconUndo { protected z: NgZone; protected el: HTMLSwirlIconUndoElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconUndo extends Components.SwirlIconUndo { } export declare class SwirlIconUnlockPerson { protected z: NgZone; protected el: HTMLSwirlIconUnlockPersonElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconUnlockPerson extends Components.SwirlIconUnlockPerson { } export declare class SwirlIconUpload { protected z: NgZone; protected el: HTMLSwirlIconUploadElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconUpload extends Components.SwirlIconUpload { } export declare class SwirlIconUserAdd { protected z: NgZone; protected el: HTMLSwirlIconUserAddElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconUserAdd extends Components.SwirlIconUserAdd { } export declare class SwirlIconUserAssign { protected z: NgZone; protected el: HTMLSwirlIconUserAssignElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconUserAssign extends Components.SwirlIconUserAssign { } export declare class SwirlIconVerifiedUser { protected z: NgZone; protected el: HTMLSwirlIconVerifiedUserElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconVerifiedUser extends Components.SwirlIconVerifiedUser { } export declare class SwirlIconVideoCamera { protected z: NgZone; protected el: HTMLSwirlIconVideoCameraElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconVideoCamera extends Components.SwirlIconVideoCamera { } export declare class SwirlIconVideoCameraOff { protected z: NgZone; protected el: HTMLSwirlIconVideoCameraOffElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconVideoCameraOff extends Components.SwirlIconVideoCameraOff { } export declare class SwirlIconVideoLibrary { protected z: NgZone; protected el: HTMLSwirlIconVideoLibraryElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconVideoLibrary extends Components.SwirlIconVideoLibrary { } export declare class SwirlIconVideoPlayer { protected z: NgZone; protected el: HTMLSwirlIconVideoPlayerElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconVideoPlayer extends Components.SwirlIconVideoPlayer { } export declare class SwirlIconViewAgenda { protected z: NgZone; protected el: HTMLSwirlIconViewAgendaElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconViewAgenda extends Components.SwirlIconViewAgenda { } export declare class SwirlIconVisibility { protected z: NgZone; protected el: HTMLSwirlIconVisibilityElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconVisibility extends Components.SwirlIconVisibility { } export declare class SwirlIconVisibilityOff { protected z: NgZone; protected el: HTMLSwirlIconVisibilityOffElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconVisibilityOff extends Components.SwirlIconVisibilityOff { } export declare class SwirlIconVoice { protected z: NgZone; protected el: HTMLSwirlIconVoiceElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconVoice extends Components.SwirlIconVoice { } export declare class SwirlIconVolumeUp { protected z: NgZone; protected el: HTMLSwirlIconVolumeUpElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconVolumeUp extends Components.SwirlIconVolumeUp { } export declare class SwirlIconWarning { protected z: NgZone; protected el: HTMLSwirlIconWarningElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconWarning extends Components.SwirlIconWarning { } export declare class SwirlIconWavingHand { protected z: NgZone; protected el: HTMLSwirlIconWavingHandElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconWavingHand extends Components.SwirlIconWavingHand { } export declare class SwirlIconWebAsset { protected z: NgZone; protected el: HTMLSwirlIconWebAssetElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconWebAsset extends Components.SwirlIconWebAsset { } export declare class SwirlIconWebAssetOff { protected z: NgZone; protected el: HTMLSwirlIconWebAssetOffElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconWebAssetOff extends Components.SwirlIconWebAssetOff { } export declare class SwirlIconWork { protected z: NgZone; protected el: HTMLSwirlIconWorkElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconWork extends Components.SwirlIconWork { } export declare class SwirlIconWorkspacePremium { protected z: NgZone; protected el: HTMLSwirlIconWorkspacePremiumElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconWorkspacePremium extends Components.SwirlIconWorkspacePremium { } export declare class SwirlIconZoomIn { protected z: NgZone; protected el: HTMLSwirlIconZoomInElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconZoomIn extends Components.SwirlIconZoomIn { } export declare class SwirlIconZoomOut { protected z: NgZone; protected el: HTMLSwirlIconZoomOutElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlIconZoomOut extends Components.SwirlIconZoomOut { } export declare class SwirlImageGrid { protected z: NgZone; protected el: HTMLSwirlImageGridElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlImageGrid extends Components.SwirlImageGrid { } export declare class SwirlImageGridItem { protected z: NgZone; protected el: HTMLSwirlImageGridItemElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlImageGridItem extends Components.SwirlImageGridItem { gifStarted: EventEmitter>; gifStopped: EventEmitter>; imageError: EventEmitter>; imageLoad: EventEmitter>; } export declare class SwirlInlineError { protected z: NgZone; protected el: HTMLSwirlInlineErrorElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlInlineError extends Components.SwirlInlineError { } export declare class SwirlInlineNotification { protected z: NgZone; protected el: HTMLSwirlInlineNotificationElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlInlineNotification extends Components.SwirlInlineNotification { } export declare class SwirlInlineStatus { protected z: NgZone; protected el: HTMLSwirlInlineStatusElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlInlineStatus extends Components.SwirlInlineStatus { } export declare class SwirlLightbox { protected z: NgZone; protected el: HTMLSwirlLightboxElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlLightbox extends Components.SwirlLightbox { activeSlideChange: EventEmitter>; lightboxClose: EventEmitter>; } export declare class SwirlLink { protected z: NgZone; protected el: HTMLSwirlLinkElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlLink extends Components.SwirlLink { } export declare class SwirlList { protected z: NgZone; protected el: HTMLSwirlListElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlList extends Components.SwirlList { } export declare class SwirlMenu { protected z: NgZone; protected el: HTMLSwirlMenuElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlMenu extends Components.SwirlMenu { done: EventEmitter>; valueChange: EventEmitter>; } export declare class SwirlMenuItem { protected z: NgZone; protected el: HTMLSwirlMenuItemElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlMenuItem extends Components.SwirlMenuItem { } export declare class SwirlModal { protected z: NgZone; protected el: HTMLSwirlModalElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlModal extends Components.SwirlModal { toggleFullscreen: EventEmitter>; modalClose: EventEmitter>; modalOpen: EventEmitter>; primaryAction: EventEmitter>; requestModalClose: EventEmitter>; secondaryAction: EventEmitter>; sidebarClose: EventEmitter>; toggleDialog: EventEmitter>; } export declare class SwirlModalShell { protected z: NgZone; protected el: HTMLSwirlModalShellElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlModalShell extends Components.SwirlModalShell { closeModal: EventEmitter>; } export declare class SwirlOptionList { protected z: NgZone; protected el: HTMLSwirlOptionListElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlOptionList extends Components.SwirlOptionList { itemDrop: EventEmitter>; valueChange: EventEmitter>; } export declare class SwirlOptionListItem { protected z: NgZone; protected el: HTMLSwirlOptionListItemElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlOptionListItem extends Components.SwirlOptionListItem { toggleDrag: EventEmitter>; } export declare class SwirlOptionListSection { protected z: NgZone; protected el: HTMLSwirlOptionListSectionElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlOptionListSection extends Components.SwirlOptionListSection { } export declare class SwirlPagination { protected z: NgZone; protected el: HTMLSwirlPaginationElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlPagination extends Components.SwirlPagination { setPage: EventEmitter>; setPageSize: EventEmitter>; } export declare class SwirlPdfReader { protected z: NgZone; protected el: HTMLSwirlPdfReaderElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlPdfReader extends Components.SwirlPdfReader { modalClose: EventEmitter>; modalOpen: EventEmitter>; } export declare class SwirlPopover { protected z: NgZone; protected el: HTMLSwirlPopoverElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlPopover extends Components.SwirlPopover { popoverClose: EventEmitter>; popoverOpen: EventEmitter>; } export declare class SwirlPopoverTrigger { protected z: NgZone; protected el: HTMLSwirlPopoverTriggerElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlPopoverTrigger extends Components.SwirlPopoverTrigger { } export declare class SwirlProgressIndicator { protected z: NgZone; protected el: HTMLSwirlProgressIndicatorElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlProgressIndicator extends Components.SwirlProgressIndicator { } export declare class SwirlRadio { protected z: NgZone; protected el: HTMLSwirlRadioElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlRadio extends Components.SwirlRadio { valueChange: EventEmitter>; } export declare class SwirlRadioGroup { protected z: NgZone; protected el: HTMLSwirlRadioGroupElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlRadioGroup extends Components.SwirlRadioGroup { valueChange: EventEmitter>; } export declare class SwirlResourceList { protected z: NgZone; protected el: HTMLSwirlResourceListElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlResourceList extends Components.SwirlResourceList { itemDrop: EventEmitter>; } export declare class SwirlResourceListFileItem { protected z: NgZone; protected el: HTMLSwirlResourceListFileItemElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlResourceListFileItem extends Components.SwirlResourceListFileItem { remove: EventEmitter>; } export declare class SwirlResourceListItem { protected z: NgZone; protected el: HTMLSwirlResourceListItemElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlResourceListItem extends Components.SwirlResourceListItem { toggleDrag: EventEmitter>; valueChange: EventEmitter>; } export declare class SwirlResourceListSection { protected z: NgZone; protected el: HTMLSwirlResourceListSectionElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlResourceListSection extends Components.SwirlResourceListSection { } export declare class SwirlSearch { protected z: NgZone; protected el: HTMLSwirlSearchElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSearch extends Components.SwirlSearch { clear: EventEmitter>; inputBlur: EventEmitter>; inputFocus: EventEmitter>; inputInput: EventEmitter>; valueChange: EventEmitter>; } export declare class SwirlSelect { protected z: NgZone; protected el: HTMLSwirlSelectElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSelect extends Components.SwirlSelect { searchChange: EventEmitter>; valueChange: EventEmitter>; } export declare class SwirlSeparator { protected z: NgZone; protected el: HTMLSwirlSeparatorElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSeparator extends Components.SwirlSeparator { } export declare class SwirlShellLayout { protected z: NgZone; protected el: HTMLSwirlShellLayoutElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlShellLayout extends Components.SwirlShellLayout { historyBackClick: EventEmitter>; historyForwardClick: EventEmitter>; skipLinkClick: EventEmitter>; } export declare class SwirlShellNavigationItem { protected z: NgZone; protected el: HTMLSwirlShellNavigationItemElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlShellNavigationItem extends Components.SwirlShellNavigationItem { } export declare class SwirlSkeletonBox { protected z: NgZone; protected el: HTMLSwirlSkeletonBoxElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSkeletonBox extends Components.SwirlSkeletonBox { } export declare class SwirlSkeletonText { protected z: NgZone; protected el: HTMLSwirlSkeletonTextElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSkeletonText extends Components.SwirlSkeletonText { } export declare class SwirlSpinner { protected z: NgZone; protected el: HTMLSwirlSpinnerElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSpinner extends Components.SwirlSpinner { } export declare class SwirlStack { protected z: NgZone; protected el: HTMLSwirlStackElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlStack extends Components.SwirlStack { } export declare class SwirlStatusIndicator { protected z: NgZone; protected el: HTMLSwirlStatusIndicatorElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlStatusIndicator extends Components.SwirlStatusIndicator { } export declare class SwirlSwitch { protected z: NgZone; protected el: HTMLSwirlSwitchElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSwitch extends Components.SwirlSwitch { valueChange: EventEmitter>; } export declare class SwirlSymbol { protected z: NgZone; protected el: HTMLSwirlSymbolElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbol extends Components.SwirlSymbol { } export declare class SwirlSymbolAcUnit { protected z: NgZone; protected el: HTMLSwirlSymbolAcUnitElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolAcUnit extends Components.SwirlSymbolAcUnit { } export declare class SwirlSymbolAccountCircle { protected z: NgZone; protected el: HTMLSwirlSymbolAccountCircleElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolAccountCircle extends Components.SwirlSymbolAccountCircle { } export declare class SwirlSymbolAlternateEmail { protected z: NgZone; protected el: HTMLSwirlSymbolAlternateEmailElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolAlternateEmail extends Components.SwirlSymbolAlternateEmail { } export declare class SwirlSymbolAndroid { protected z: NgZone; protected el: HTMLSwirlSymbolAndroidElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolAndroid extends Components.SwirlSymbolAndroid { } export declare class SwirlSymbolAnnouncement { protected z: NgZone; protected el: HTMLSwirlSymbolAnnouncementElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolAnnouncement extends Components.SwirlSymbolAnnouncement { } export declare class SwirlSymbolAutorenew { protected z: NgZone; protected el: HTMLSwirlSymbolAutorenewElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolAutorenew extends Components.SwirlSymbolAutorenew { } export declare class SwirlSymbolBackup { protected z: NgZone; protected el: HTMLSwirlSymbolBackupElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolBackup extends Components.SwirlSymbolBackup { } export declare class SwirlSymbolBadge { protected z: NgZone; protected el: HTMLSwirlSymbolBadgeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolBadge extends Components.SwirlSymbolBadge { } export declare class SwirlSymbolBarcodeReader { protected z: NgZone; protected el: HTMLSwirlSymbolBarcodeReaderElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolBarcodeReader extends Components.SwirlSymbolBarcodeReader { } export declare class SwirlSymbolBarcodeScanner { protected z: NgZone; protected el: HTMLSwirlSymbolBarcodeScannerElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolBarcodeScanner extends Components.SwirlSymbolBarcodeScanner { } export declare class SwirlSymbolBatteryHoriz { protected z: NgZone; protected el: HTMLSwirlSymbolBatteryHorizElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolBatteryHoriz extends Components.SwirlSymbolBatteryHoriz { } export declare class SwirlSymbolBeachAccess { protected z: NgZone; protected el: HTMLSwirlSymbolBeachAccessElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolBeachAccess extends Components.SwirlSymbolBeachAccess { } export declare class SwirlSymbolBolt { protected z: NgZone; protected el: HTMLSwirlSymbolBoltElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolBolt extends Components.SwirlSymbolBolt { } export declare class SwirlSymbolBookmark { protected z: NgZone; protected el: HTMLSwirlSymbolBookmarkElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolBookmark extends Components.SwirlSymbolBookmark { } export declare class SwirlSymbolCalendar { protected z: NgZone; protected el: HTMLSwirlSymbolCalendarElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolCalendar extends Components.SwirlSymbolCalendar { } export declare class SwirlSymbolCampaign { protected z: NgZone; protected el: HTMLSwirlSymbolCampaignElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolCampaign extends Components.SwirlSymbolCampaign { } export declare class SwirlSymbolCardsStar { protected z: NgZone; protected el: HTMLSwirlSymbolCardsStarElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolCardsStar extends Components.SwirlSymbolCardsStar { } export declare class SwirlSymbolCloud { protected z: NgZone; protected el: HTMLSwirlSymbolCloudElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolCloud extends Components.SwirlSymbolCloud { } export declare class SwirlSymbolConstruction { protected z: NgZone; protected el: HTMLSwirlSymbolConstructionElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolConstruction extends Components.SwirlSymbolConstruction { } export declare class SwirlSymbolContacts { protected z: NgZone; protected el: HTMLSwirlSymbolContactsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolContacts extends Components.SwirlSymbolContacts { } export declare class SwirlSymbolCoronavirus { protected z: NgZone; protected el: HTMLSwirlSymbolCoronavirusElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolCoronavirus extends Components.SwirlSymbolCoronavirus { } export declare class SwirlSymbolDesignServices { protected z: NgZone; protected el: HTMLSwirlSymbolDesignServicesElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolDesignServices extends Components.SwirlSymbolDesignServices { } export declare class SwirlSymbolDesktopWindows { protected z: NgZone; protected el: HTMLSwirlSymbolDesktopWindowsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolDesktopWindows extends Components.SwirlSymbolDesktopWindows { } export declare class SwirlSymbolDirectionsCarFilled { protected z: NgZone; protected el: HTMLSwirlSymbolDirectionsCarFilledElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolDirectionsCarFilled extends Components.SwirlSymbolDirectionsCarFilled { } export declare class SwirlSymbolDiversity { protected z: NgZone; protected el: HTMLSwirlSymbolDiversityElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolDiversity extends Components.SwirlSymbolDiversity { } export declare class SwirlSymbolDraw { protected z: NgZone; protected el: HTMLSwirlSymbolDrawElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolDraw extends Components.SwirlSymbolDraw { } export declare class SwirlSymbolEditCalendar { protected z: NgZone; protected el: HTMLSwirlSymbolEditCalendarElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolEditCalendar extends Components.SwirlSymbolEditCalendar { } export declare class SwirlSymbolEmail { protected z: NgZone; protected el: HTMLSwirlSymbolEmailElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolEmail extends Components.SwirlSymbolEmail { } export declare class SwirlSymbolEmergency { protected z: NgZone; protected el: HTMLSwirlSymbolEmergencyElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolEmergency extends Components.SwirlSymbolEmergency { } export declare class SwirlSymbolEmojiFoodBeverage { protected z: NgZone; protected el: HTMLSwirlSymbolEmojiFoodBeverageElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolEmojiFoodBeverage extends Components.SwirlSymbolEmojiFoodBeverage { } export declare class SwirlSymbolEngineering { protected z: NgZone; protected el: HTMLSwirlSymbolEngineeringElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolEngineering extends Components.SwirlSymbolEngineering { } export declare class SwirlSymbolEventMenu { protected z: NgZone; protected el: HTMLSwirlSymbolEventMenuElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolEventMenu extends Components.SwirlSymbolEventMenu { } export declare class SwirlSymbolExplore { protected z: NgZone; protected el: HTMLSwirlSymbolExploreElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolExplore extends Components.SwirlSymbolExplore { } export declare class SwirlSymbolExtension { protected z: NgZone; protected el: HTMLSwirlSymbolExtensionElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolExtension extends Components.SwirlSymbolExtension { } export declare class SwirlSymbolFacebook { protected z: NgZone; protected el: HTMLSwirlSymbolFacebookElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolFacebook extends Components.SwirlSymbolFacebook { } export declare class SwirlSymbolFavorite { protected z: NgZone; protected el: HTMLSwirlSymbolFavoriteElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolFavorite extends Components.SwirlSymbolFavorite { } export declare class SwirlSymbolFitnessCenter { protected z: NgZone; protected el: HTMLSwirlSymbolFitnessCenterElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolFitnessCenter extends Components.SwirlSymbolFitnessCenter { } export declare class SwirlSymbolFlag { protected z: NgZone; protected el: HTMLSwirlSymbolFlagElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolFlag extends Components.SwirlSymbolFlag { } export declare class SwirlSymbolFlight { protected z: NgZone; protected el: HTMLSwirlSymbolFlightElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolFlight extends Components.SwirlSymbolFlight { } export declare class SwirlSymbolFolder { protected z: NgZone; protected el: HTMLSwirlSymbolFolderElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolFolder extends Components.SwirlSymbolFolder { } export declare class SwirlSymbolGlobe { protected z: NgZone; protected el: HTMLSwirlSymbolGlobeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolGlobe extends Components.SwirlSymbolGlobe { } export declare class SwirlSymbolGroups { protected z: NgZone; protected el: HTMLSwirlSymbolGroupsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolGroups extends Components.SwirlSymbolGroups { } export declare class SwirlSymbolHealing { protected z: NgZone; protected el: HTMLSwirlSymbolHealingElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolHealing extends Components.SwirlSymbolHealing { } export declare class SwirlSymbolHealthAndSafety { protected z: NgZone; protected el: HTMLSwirlSymbolHealthAndSafetyElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolHealthAndSafety extends Components.SwirlSymbolHealthAndSafety { } export declare class SwirlSymbolHelp { protected z: NgZone; protected el: HTMLSwirlSymbolHelpElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolHelp extends Components.SwirlSymbolHelp { } export declare class SwirlSymbolHomeRepairService { protected z: NgZone; protected el: HTMLSwirlSymbolHomeRepairServiceElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolHomeRepairService extends Components.SwirlSymbolHomeRepairService { } export declare class SwirlSymbolHomeStorage { protected z: NgZone; protected el: HTMLSwirlSymbolHomeStorageElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolHomeStorage extends Components.SwirlSymbolHomeStorage { } export declare class SwirlSymbolIdCard { protected z: NgZone; protected el: HTMLSwirlSymbolIdCardElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolIdCard extends Components.SwirlSymbolIdCard { } export declare class SwirlSymbolImage { protected z: NgZone; protected el: HTMLSwirlSymbolImageElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolImage extends Components.SwirlSymbolImage { } export declare class SwirlSymbolInfoMenu { protected z: NgZone; protected el: HTMLSwirlSymbolInfoMenuElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolInfoMenu extends Components.SwirlSymbolInfoMenu { } export declare class SwirlSymbolInstagram { protected z: NgZone; protected el: HTMLSwirlSymbolInstagramElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolInstagram extends Components.SwirlSymbolInstagram { } export declare class SwirlSymbolInventory { protected z: NgZone; protected el: HTMLSwirlSymbolInventoryElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolInventory extends Components.SwirlSymbolInventory { } export declare class SwirlSymbolInventory2 { protected z: NgZone; protected el: HTMLSwirlSymbolInventory2Element; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolInventory2 extends Components.SwirlSymbolInventory2 { } export declare class SwirlSymbolIos { protected z: NgZone; protected el: HTMLSwirlSymbolIosElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolIos extends Components.SwirlSymbolIos { } export declare class SwirlSymbolKey { protected z: NgZone; protected el: HTMLSwirlSymbolKeyElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolKey extends Components.SwirlSymbolKey { } export declare class SwirlSymbolLanguage { protected z: NgZone; protected el: HTMLSwirlSymbolLanguageElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolLanguage extends Components.SwirlSymbolLanguage { } export declare class SwirlSymbolLeaderboard { protected z: NgZone; protected el: HTMLSwirlSymbolLeaderboardElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolLeaderboard extends Components.SwirlSymbolLeaderboard { } export declare class SwirlSymbolLightbulb { protected z: NgZone; protected el: HTMLSwirlSymbolLightbulbElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolLightbulb extends Components.SwirlSymbolLightbulb { } export declare class SwirlSymbolLinkedin { protected z: NgZone; protected el: HTMLSwirlSymbolLinkedinElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolLinkedin extends Components.SwirlSymbolLinkedin { } export declare class SwirlSymbolLocalShipping { protected z: NgZone; protected el: HTMLSwirlSymbolLocalShippingElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolLocalShipping extends Components.SwirlSymbolLocalShipping { } export declare class SwirlSymbolLocationOn { protected z: NgZone; protected el: HTMLSwirlSymbolLocationOnElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolLocationOn extends Components.SwirlSymbolLocationOn { } export declare class SwirlSymbolLoyalty { protected z: NgZone; protected el: HTMLSwirlSymbolLoyaltyElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolLoyalty extends Components.SwirlSymbolLoyalty { } export declare class SwirlSymbolMap { protected z: NgZone; protected el: HTMLSwirlSymbolMapElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolMap extends Components.SwirlSymbolMap { } export declare class SwirlSymbolMapsHomeWork { protected z: NgZone; protected el: HTMLSwirlSymbolMapsHomeWorkElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolMapsHomeWork extends Components.SwirlSymbolMapsHomeWork { } export declare class SwirlSymbolMenuBook { protected z: NgZone; protected el: HTMLSwirlSymbolMenuBookElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolMenuBook extends Components.SwirlSymbolMenuBook { } export declare class SwirlSymbolMop { protected z: NgZone; protected el: HTMLSwirlSymbolMopElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolMop extends Components.SwirlSymbolMop { } export declare class SwirlSymbolNestEcoLeaf { protected z: NgZone; protected el: HTMLSwirlSymbolNestEcoLeafElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolNestEcoLeaf extends Components.SwirlSymbolNestEcoLeaf { } export declare class SwirlSymbolNotifications { protected z: NgZone; protected el: HTMLSwirlSymbolNotificationsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolNotifications extends Components.SwirlSymbolNotifications { } export declare class SwirlSymbolOpenInNew { protected z: NgZone; protected el: HTMLSwirlSymbolOpenInNewElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolOpenInNew extends Components.SwirlSymbolOpenInNew { } export declare class SwirlSymbolOrders { protected z: NgZone; protected el: HTMLSwirlSymbolOrdersElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolOrders extends Components.SwirlSymbolOrders { } export declare class SwirlSymbolPackage { protected z: NgZone; protected el: HTMLSwirlSymbolPackageElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolPackage extends Components.SwirlSymbolPackage { } export declare class SwirlSymbolPalette { protected z: NgZone; protected el: HTMLSwirlSymbolPaletteElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolPalette extends Components.SwirlSymbolPalette { } export declare class SwirlSymbolPartlyCloudyDay { protected z: NgZone; protected el: HTMLSwirlSymbolPartlyCloudyDayElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolPartlyCloudyDay extends Components.SwirlSymbolPartlyCloudyDay { } export declare class SwirlSymbolPedalBike { protected z: NgZone; protected el: HTMLSwirlSymbolPedalBikeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolPedalBike extends Components.SwirlSymbolPedalBike { } export declare class SwirlSymbolPercentDiscount { protected z: NgZone; protected el: HTMLSwirlSymbolPercentDiscountElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolPercentDiscount extends Components.SwirlSymbolPercentDiscount { } export declare class SwirlSymbolPets { protected z: NgZone; protected el: HTMLSwirlSymbolPetsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolPets extends Components.SwirlSymbolPets { } export declare class SwirlSymbolPinterest { protected z: NgZone; protected el: HTMLSwirlSymbolPinterestElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolPinterest extends Components.SwirlSymbolPinterest { } export declare class SwirlSymbolPointOfSale { protected z: NgZone; protected el: HTMLSwirlSymbolPointOfSaleElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolPointOfSale extends Components.SwirlSymbolPointOfSale { } export declare class SwirlSymbolPolicy { protected z: NgZone; protected el: HTMLSwirlSymbolPolicyElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolPolicy extends Components.SwirlSymbolPolicy { } export declare class SwirlSymbolPrecisionManufacturing { protected z: NgZone; protected el: HTMLSwirlSymbolPrecisionManufacturingElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolPrecisionManufacturing extends Components.SwirlSymbolPrecisionManufacturing { } export declare class SwirlSymbolPrint { protected z: NgZone; protected el: HTMLSwirlSymbolPrintElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolPrint extends Components.SwirlSymbolPrint { } export declare class SwirlSymbolPushPin { protected z: NgZone; protected el: HTMLSwirlSymbolPushPinElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolPushPin extends Components.SwirlSymbolPushPin { } export declare class SwirlSymbolRecycling { protected z: NgZone; protected el: HTMLSwirlSymbolRecyclingElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolRecycling extends Components.SwirlSymbolRecycling { } export declare class SwirlSymbolRedeem { protected z: NgZone; protected el: HTMLSwirlSymbolRedeemElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolRedeem extends Components.SwirlSymbolRedeem { } export declare class SwirlSymbolReportProblem { protected z: NgZone; protected el: HTMLSwirlSymbolReportProblemElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolReportProblem extends Components.SwirlSymbolReportProblem { } export declare class SwirlSymbolRestaurant { protected z: NgZone; protected el: HTMLSwirlSymbolRestaurantElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolRestaurant extends Components.SwirlSymbolRestaurant { } export declare class SwirlSymbolRoadmap { protected z: NgZone; protected el: HTMLSwirlSymbolRoadmapElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolRoadmap extends Components.SwirlSymbolRoadmap { } export declare class SwirlSymbolRocketLaunch { protected z: NgZone; protected el: HTMLSwirlSymbolRocketLaunchElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolRocketLaunch extends Components.SwirlSymbolRocketLaunch { } export declare class SwirlSymbolRoom { protected z: NgZone; protected el: HTMLSwirlSymbolRoomElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolRoom extends Components.SwirlSymbolRoom { } export declare class SwirlSymbolSavings { protected z: NgZone; protected el: HTMLSwirlSymbolSavingsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolSavings extends Components.SwirlSymbolSavings { } export declare class SwirlSymbolSchool { protected z: NgZone; protected el: HTMLSwirlSymbolSchoolElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolSchool extends Components.SwirlSymbolSchool { } export declare class SwirlSymbolSell { protected z: NgZone; protected el: HTMLSwirlSymbolSellElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolSell extends Components.SwirlSymbolSell { } export declare class SwirlSymbolSettingsVoice { protected z: NgZone; protected el: HTMLSwirlSymbolSettingsVoiceElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolSettingsVoice extends Components.SwirlSymbolSettingsVoice { } export declare class SwirlSymbolShoppingBag { protected z: NgZone; protected el: HTMLSwirlSymbolShoppingBagElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolShoppingBag extends Components.SwirlSymbolShoppingBag { } export declare class SwirlSymbolShoppingCart { protected z: NgZone; protected el: HTMLSwirlSymbolShoppingCartElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolShoppingCart extends Components.SwirlSymbolShoppingCart { } export declare class SwirlSymbolSmartphone { protected z: NgZone; protected el: HTMLSwirlSymbolSmartphoneElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolSmartphone extends Components.SwirlSymbolSmartphone { } export declare class SwirlSymbolSpa { protected z: NgZone; protected el: HTMLSwirlSymbolSpaElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolSpa extends Components.SwirlSymbolSpa { } export declare class SwirlSymbolSportsSoccer { protected z: NgZone; protected el: HTMLSwirlSymbolSportsSoccerElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolSportsSoccer extends Components.SwirlSymbolSportsSoccer { } export declare class SwirlSymbolStar { protected z: NgZone; protected el: HTMLSwirlSymbolStarElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolStar extends Components.SwirlSymbolStar { } export declare class SwirlSymbolSupervisorAccount { protected z: NgZone; protected el: HTMLSwirlSymbolSupervisorAccountElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolSupervisorAccount extends Components.SwirlSymbolSupervisorAccount { } export declare class SwirlSymbolTask { protected z: NgZone; protected el: HTMLSwirlSymbolTaskElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolTask extends Components.SwirlSymbolTask { } export declare class SwirlSymbolTasks { protected z: NgZone; protected el: HTMLSwirlSymbolTasksElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolTasks extends Components.SwirlSymbolTasks { } export declare class SwirlSymbolThumbsUpDown { protected z: NgZone; protected el: HTMLSwirlSymbolThumbsUpDownElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolThumbsUpDown extends Components.SwirlSymbolThumbsUpDown { } export declare class SwirlSymbolTimer { protected z: NgZone; protected el: HTMLSwirlSymbolTimerElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolTimer extends Components.SwirlSymbolTimer { } export declare class SwirlSymbolToolsPowerDrill { protected z: NgZone; protected el: HTMLSwirlSymbolToolsPowerDrillElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolToolsPowerDrill extends Components.SwirlSymbolToolsPowerDrill { } export declare class SwirlSymbolTrain { protected z: NgZone; protected el: HTMLSwirlSymbolTrainElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolTrain extends Components.SwirlSymbolTrain { } export declare class SwirlSymbolTrophy { protected z: NgZone; protected el: HTMLSwirlSymbolTrophyElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolTrophy extends Components.SwirlSymbolTrophy { } export declare class SwirlSymbolTwitter { protected z: NgZone; protected el: HTMLSwirlSymbolTwitterElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolTwitter extends Components.SwirlSymbolTwitter { } export declare class SwirlSymbolVideo { protected z: NgZone; protected el: HTMLSwirlSymbolVideoElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolVideo extends Components.SwirlSymbolVideo { } export declare class SwirlSymbolWarehouse { protected z: NgZone; protected el: HTMLSwirlSymbolWarehouseElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolWarehouse extends Components.SwirlSymbolWarehouse { } export declare class SwirlSymbolWaterDrop { protected z: NgZone; protected el: HTMLSwirlSymbolWaterDropElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolWaterDrop extends Components.SwirlSymbolWaterDrop { } export declare class SwirlSymbolWbSunny { protected z: NgZone; protected el: HTMLSwirlSymbolWbSunnyElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolWbSunny extends Components.SwirlSymbolWbSunny { } export declare class SwirlSymbolWechat { protected z: NgZone; protected el: HTMLSwirlSymbolWechatElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolWechat extends Components.SwirlSymbolWechat { } export declare class SwirlSymbolWeibo { protected z: NgZone; protected el: HTMLSwirlSymbolWeiboElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolWeibo extends Components.SwirlSymbolWeibo { } export declare class SwirlSymbolWifi { protected z: NgZone; protected el: HTMLSwirlSymbolWifiElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolWifi extends Components.SwirlSymbolWifi { } export declare class SwirlSymbolWork { protected z: NgZone; protected el: HTMLSwirlSymbolWorkElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolWork extends Components.SwirlSymbolWork { } export declare class SwirlSymbolXing { protected z: NgZone; protected el: HTMLSwirlSymbolXingElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolXing extends Components.SwirlSymbolXing { } export declare class SwirlSymbolYoutube { protected z: NgZone; protected el: HTMLSwirlSymbolYoutubeElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlSymbolYoutube extends Components.SwirlSymbolYoutube { } export declare class SwirlTab { protected z: NgZone; protected el: HTMLSwirlTabElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlTab extends Components.SwirlTab { } export declare class SwirlTabBar { protected z: NgZone; protected el: HTMLSwirlTabBarElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlTabBar extends Components.SwirlTabBar { activateNextTab: EventEmitter>; activatePreviousTab: EventEmitter>; activateTab: EventEmitter>; } export declare class SwirlTable { protected z: NgZone; protected el: HTMLSwirlTableElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlTable extends Components.SwirlTable { dropRow: EventEmitter>; } export declare class SwirlTableCell { protected z: NgZone; protected el: HTMLSwirlTableCellElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlTableCell extends Components.SwirlTableCell { } export declare class SwirlTableColumn { protected z: NgZone; protected el: HTMLSwirlTableColumnElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlTableColumn extends Components.SwirlTableColumn { } export declare class SwirlTableRow { protected z: NgZone; protected el: HTMLSwirlTableRowElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlTableRow extends Components.SwirlTableRow { } export declare class SwirlTableRowGroup { protected z: NgZone; protected el: HTMLSwirlTableRowGroupElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlTableRowGroup extends Components.SwirlTableRowGroup { } export declare class SwirlTabs { protected z: NgZone; protected el: HTMLSwirlTabsElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlTabs extends Components.SwirlTabs { tabActivated: EventEmitter>; } export declare class SwirlTag { protected z: NgZone; protected el: HTMLSwirlTagElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlTag extends Components.SwirlTag { remove: EventEmitter>; } export declare class SwirlText { protected z: NgZone; protected el: HTMLSwirlTextElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlText extends Components.SwirlText { } export declare class SwirlTextInput { protected z: NgZone; protected el: HTMLSwirlTextInputElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlTextInput extends Components.SwirlTextInput { clear: EventEmitter>; inputBlur: EventEmitter>; inputFocus: EventEmitter>; valueChange: EventEmitter>; } export declare class SwirlThemeProvider { protected z: NgZone; protected el: HTMLSwirlThemeProviderElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlThemeProvider extends Components.SwirlThemeProvider { appThemeUpdated: EventEmitter>; themeChange: EventEmitter>; } export declare class SwirlThumbnail { protected z: NgZone; protected el: HTMLSwirlThumbnailElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlThumbnail extends Components.SwirlThumbnail { edit: EventEmitter>; remove: EventEmitter>; thumbnailClick: EventEmitter>; } export declare class SwirlTimeInput { protected z: NgZone; protected el: HTMLSwirlTimeInputElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlTimeInput extends Components.SwirlTimeInput { inputBlur: EventEmitter>; inputFocus: EventEmitter>; valueChange: EventEmitter>; } export declare class SwirlToast { protected z: NgZone; protected el: HTMLSwirlToastElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlToast extends Components.SwirlToast { action: EventEmitter>; dismiss: EventEmitter>; } export declare class SwirlToastProvider { protected z: NgZone; protected el: HTMLSwirlToastProviderElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlToastProvider extends Components.SwirlToastProvider { } export declare class SwirlToggleButton { protected z: NgZone; protected el: HTMLSwirlToggleButtonElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlToggleButton extends Components.SwirlToggleButton { } export declare class SwirlToggleGroup { protected z: NgZone; protected el: HTMLSwirlToggleGroupElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlToggleGroup extends Components.SwirlToggleGroup { selectedToggleChange: EventEmitter>; } export declare class SwirlToolbar { protected z: NgZone; protected el: HTMLSwirlToolbarElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlToolbar extends Components.SwirlToolbar { } export declare class SwirlTooltip { protected z: NgZone; protected el: HTMLSwirlTooltipElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlTooltip extends Components.SwirlTooltip { } export declare class SwirlTreeNavigation { protected z: NgZone; protected el: HTMLSwirlTreeNavigationElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlTreeNavigation extends Components.SwirlTreeNavigation { } export declare class SwirlTreeNavigationItem { protected z: NgZone; protected el: HTMLSwirlTreeNavigationItemElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlTreeNavigationItem extends Components.SwirlTreeNavigationItem { expansionChange: EventEmitter>; } export declare class SwirlTreeView { protected z: NgZone; protected el: HTMLSwirlTreeViewElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlTreeView extends Components.SwirlTreeView { dropItem: EventEmitter>; itemExpansionChanged: EventEmitter>; } export declare class SwirlTreeViewItem { protected z: NgZone; protected el: HTMLSwirlTreeViewItemElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlTreeViewItem extends Components.SwirlTreeViewItem { dropTreeViewItem: EventEmitter>; expandedChange: EventEmitter>; itemSelected: EventEmitter>; startKeyboardMove: EventEmitter>; endKeyboardMove: EventEmitter>; keyboardMove: EventEmitter>; } export declare class SwirlVideoThumbnail { protected z: NgZone; protected el: HTMLSwirlVideoThumbnailElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlVideoThumbnail extends Components.SwirlVideoThumbnail { } export declare class SwirlVisuallyHidden { protected z: NgZone; protected el: HTMLSwirlVisuallyHiddenElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface SwirlVisuallyHidden extends Components.SwirlVisuallyHidden { }