import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core'; import { Components } from '@esri/calcite-components'; import type { HandleNudge as ICalciteHandleHandleNudge } from '@esri/calcite-components'; import type { ListDragDetail as ICalciteListListDragDetail } from '@esri/calcite-components'; import * as i0 from "@angular/core"; export declare class CalciteAccordion { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteAccordion extends Components.CalciteAccordion { } export declare class CalciteAccordionItem { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteAccordionItem extends Components.CalciteAccordionItem { } export declare class CalciteAction { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteAction extends Components.CalciteAction { } export declare class CalciteActionBar { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteActionBar extends Components.CalciteActionBar { /** * Fires when the `expanded` property is toggled. */ calciteActionBarToggle: EventEmitter>; } export declare class CalciteActionGroup { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteActionGroup extends Components.CalciteActionGroup { } export declare class CalciteActionMenu { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteActionMenu extends Components.CalciteActionMenu { /** * Fires when the `open` property is toggled. */ calciteActionMenuOpen: EventEmitter>; } export declare class CalciteActionPad { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteActionPad extends Components.CalciteActionPad { /** * Fires when the `expanded` property is toggled. */ calciteActionPadToggle: EventEmitter>; } export declare class CalciteAlert { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteAlert extends Components.CalciteAlert { /** * Fires when the component is requested to be closed and before the closing transition begins. */ calciteAlertBeforeClose: EventEmitter>; /** * Fires when the component is closed and animation is complete. */ calciteAlertClose: EventEmitter>; /** * Fires when the component is added to the DOM but not rendered, and before the opening transition begins. */ calciteAlertBeforeOpen: EventEmitter>; /** * Fires when the component is open and animation is complete. */ calciteAlertOpen: EventEmitter>; } export declare class CalciteAvatar { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteAvatar extends Components.CalciteAvatar { } export declare class CalciteBlock { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteBlock extends Components.CalciteBlock { /** * Fires when the component is requested to be closed and before the closing transition begins. */ calciteBlockBeforeClose: EventEmitter>; /** * Fires when the component is added to the DOM but not rendered, and before the opening transition begins. */ calciteBlockBeforeOpen: EventEmitter>; /** * Fires when the component is closed and animation is complete. */ calciteBlockClose: EventEmitter>; /** * Fires when the component is open and animation is complete. */ calciteBlockOpen: EventEmitter>; /** * Fires when the component's header is clicked. @deprecated Use `openClose` events such as `calciteBlockOpen`, `calciteBlockClose`, `calciteBlockBeforeOpen`, and `calciteBlockBeforeClose` instead. */ calciteBlockToggle: EventEmitter>; } export declare class CalciteBlockSection { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteBlockSection extends Components.CalciteBlockSection { /** * Fires when the header has been clicked. */ calciteBlockSectionToggle: EventEmitter>; } export declare class CalciteButton { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteButton extends Components.CalciteButton { } export declare class CalciteCard { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteCard extends Components.CalciteCard { /** * Fires when the deprecated `selectable` is true, or `selectionMode` set on parent `calcite-card-group` is not `none` and the component is selected. */ calciteCardSelect: EventEmitter>; } export declare class CalciteCardGroup { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteCardGroup extends Components.CalciteCardGroup { /** * Emits when the component's selection changes and the `selectionMode` is not `none`. */ calciteCardGroupSelect: EventEmitter>; } export declare class CalciteCarousel { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteCarousel extends Components.CalciteCarousel { /** * Fires when the selected `calcite-carousel-item` changes. */ calciteCarouselChange: EventEmitter>; /** * Fires when the carousel autoplay is invoked by the user. */ calciteCarouselPlay: EventEmitter>; /** * Fires when the carousel autoplay state is stopped by a user. */ calciteCarouselStop: EventEmitter>; /** * Fires when the carousel autoplay state pauses due to a user hovering over the component or focusing on the component or slotted content */ calciteCarouselPause: EventEmitter>; /** * Fires when the carousel autoplay state resumes due to a user no longer hovering over the component or focusing on the component or slotted content */ calciteCarouselResume: EventEmitter>; } export declare class CalciteCarouselItem { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteCarouselItem extends Components.CalciteCarouselItem { } export declare class CalciteCheckbox { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteCheckbox extends Components.CalciteCheckbox { /** * Fires when the component's `checked` status changes. */ calciteCheckboxChange: EventEmitter>; } export declare class CalciteChip { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteChip extends Components.CalciteChip { /** * Fires when the component's close button is selected. */ calciteChipClose: EventEmitter>; /** * Fires when the selected state of the component changes. */ calciteChipSelect: EventEmitter>; } export declare class CalciteChipGroup { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteChipGroup extends Components.CalciteChipGroup { /** * Fires when the component's selection changes. */ calciteChipGroupSelect: EventEmitter>; } export declare class CalciteColorPicker { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteColorPicker extends Components.CalciteColorPicker { /** * Fires when the color value has changed. */ calciteColorPickerChange: EventEmitter>; /** * Fires as the color value changes. Similar to the `calciteColorPickerChange` event with the exception of dragging. When dragging the color field or hue slider thumb, this event fires as the thumb is moved. */ calciteColorPickerInput: EventEmitter>; } export declare class CalciteColorPickerHexInput { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteColorPickerHexInput extends Components.CalciteColorPickerHexInput { /** * Emitted when the hex value changes. */ calciteColorPickerHexInputChange: EventEmitter>; } export declare class CalciteColorPickerSwatch { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteColorPickerSwatch extends Components.CalciteColorPickerSwatch { } export declare class CalciteCombobox { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteCombobox extends Components.CalciteCombobox { /** * Fires when the selected item(s) changes. */ calciteComboboxChange: EventEmitter>; /** * Fires when text is added to filter the options list. */ calciteComboboxFilterChange: EventEmitter>; /** * Fires when a selected item in the component is closed via its `calcite-chip`. */ calciteComboboxChipClose: EventEmitter>; /** * Fires when the component is requested to be closed, and before the closing transition begins. */ calciteComboboxBeforeClose: EventEmitter>; /** * Fires when the component is closed and animation is complete. */ calciteComboboxClose: EventEmitter>; /** * Fires when the component is added to the DOM but not rendered, and before the opening transition begins. */ calciteComboboxBeforeOpen: EventEmitter>; /** * Fires when the component is open and animation is complete. */ calciteComboboxOpen: EventEmitter>; } export declare class CalciteComboboxItem { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteComboboxItem extends Components.CalciteComboboxItem { /** * Fires whenever the component is selected or unselected. */ calciteComboboxItemChange: EventEmitter>; } export declare class CalciteComboboxItemGroup { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteComboboxItemGroup extends Components.CalciteComboboxItemGroup { } export declare class CalciteDatePicker { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteDatePicker extends Components.CalciteDatePicker { /** * Fires when a user changes the component's date. For `range` events, use `calciteDatePickerRangeChange`. */ calciteDatePickerChange: EventEmitter>; /** * Fires when a user changes the component's date `range`. For components without `range` use `calciteDatePickerChange`. */ calciteDatePickerRangeChange: EventEmitter>; } export declare class CalciteDatePickerDay { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteDatePickerDay extends Components.CalciteDatePickerDay { /** * Fires when user selects day. */ calciteDaySelect: EventEmitter>; } export declare class CalciteDatePickerMonth { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteDatePickerMonth extends Components.CalciteDatePickerMonth { } export declare class CalciteDatePickerMonthHeader { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteDatePickerMonthHeader extends Components.CalciteDatePickerMonthHeader { } export declare class CalciteDialog { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteDialog extends Components.CalciteDialog { /** * Fires when the component is requested to be closed and before the closing transition begins. */ calciteDialogBeforeClose: EventEmitter>; /** * Fires when the component is closed and animation is complete. */ calciteDialogClose: EventEmitter>; /** * Fires when the component is added to the DOM but not rendered, and before the opening transition begins. */ calciteDialogBeforeOpen: EventEmitter>; /** * Fires when the component is open and animation is complete. */ calciteDialogOpen: EventEmitter>; /** * Fires when the content is scrolled. */ calciteDialogScroll: EventEmitter>; } export declare class CalciteDropdown { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteDropdown extends Components.CalciteDropdown { /** * Fires when a `calcite-dropdown-item`'s selection changes. */ calciteDropdownSelect: EventEmitter>; /** * Fires when the component is requested to be closed and before the closing transition begins. */ calciteDropdownBeforeClose: EventEmitter>; /** * Fires when the component is closed and animation is complete. */ calciteDropdownClose: EventEmitter>; /** * Fires when the component is added to the DOM but not rendered, and before the opening transition begins. */ calciteDropdownBeforeOpen: EventEmitter>; /** * Fires when the component is open and animation is complete. */ calciteDropdownOpen: EventEmitter>; } export declare class CalciteDropdownGroup { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteDropdownGroup extends Components.CalciteDropdownGroup { } export declare class CalciteDropdownItem { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteDropdownItem extends Components.CalciteDropdownItem { /** * Fires when the component is selected. */ calciteDropdownItemSelect: EventEmitter>; } export declare class CalciteFab { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteFab extends Components.CalciteFab { } export declare class CalciteFilter { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteFilter extends Components.CalciteFilter { /** * Fires when the filter text changes. */ calciteFilterChange: EventEmitter>; } export declare class CalciteFlow { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteFlow extends Components.CalciteFlow { } export declare class CalciteFlowItem { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteFlowItem extends Components.CalciteFlowItem { /** * Fires when the back button is clicked. */ calciteFlowItemBack: EventEmitter>; /** * Fires when the content is scrolled. */ calciteFlowItemScroll: EventEmitter>; /** * Fires when the close button is clicked. */ calciteFlowItemClose: EventEmitter>; /** * Fires when the collapse button is clicked. */ calciteFlowItemToggle: EventEmitter>; } export declare class CalciteGraph { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteGraph extends Components.CalciteGraph { } export declare class CalciteHandle { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteHandle extends Components.CalciteHandle { /** * Fires whenever the component is selected or unselected. */ calciteHandleChange: EventEmitter>; /** * Fires when the handle is selected and the up or down arrow key is pressed. */ calciteHandleNudge: EventEmitter>; } export declare class CalciteIcon { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteIcon extends Components.CalciteIcon { } export declare class CalciteInlineEditable { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteInlineEditable extends Components.CalciteInlineEditable { /** * Emits when the component's "cancel editing" button is pressed. */ calciteInlineEditableEditCancel: EventEmitter>; /** * Emits when the component's "confirm edits" button is pressed. */ calciteInlineEditableEditConfirm: EventEmitter>; } export declare class CalciteInput { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteInput extends Components.CalciteInput { /** * Fires each time a new `value` is typed. */ calciteInputInput: EventEmitter>; /** * Fires each time a new `value` is typed and committed. */ calciteInputChange: EventEmitter>; } export declare class CalciteInputDatePicker { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteInputDatePicker extends Components.CalciteInputDatePicker { /** * Fires when the component's `value` changes. */ calciteInputDatePickerChange: EventEmitter>; /** * Fires when the component is requested to be closed and before the closing transition begins. */ calciteInputDatePickerBeforeClose: EventEmitter>; /** * Fires when the component is closed and animation is complete. */ calciteInputDatePickerClose: EventEmitter>; /** * Fires when the component is added to the DOM but not rendered, and before the opening transition begins. */ calciteInputDatePickerBeforeOpen: EventEmitter>; /** * Fires when the component is open and animation is complete. */ calciteInputDatePickerOpen: EventEmitter>; } export declare class CalciteInputMessage { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteInputMessage extends Components.CalciteInputMessage { } export declare class CalciteInputNumber { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteInputNumber extends Components.CalciteInputNumber { /** * Fires each time a new value is typed. */ calciteInputNumberInput: EventEmitter>; /** * Fires each time a new value is typed and committed. */ calciteInputNumberChange: EventEmitter>; } export declare class CalciteInputText { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteInputText extends Components.CalciteInputText { /** * Fires each time a new value is typed. */ calciteInputTextInput: EventEmitter>; /** * Fires each time a new value is typed and committed. */ calciteInputTextChange: EventEmitter>; } export declare class CalciteInputTimePicker { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteInputTimePicker extends Components.CalciteInputTimePicker { /** * Fires when the component is requested to be closed and before the closing transition begins. */ calciteInputTimePickerBeforeClose: EventEmitter>; /** * Fires when the component is added to the DOM but not rendered, and before the opening transition begins. */ calciteInputTimePickerBeforeOpen: EventEmitter>; /** * Fires when the component's `value` is changes. */ calciteInputTimePickerChange: EventEmitter>; /** * Fires when the component is closed and animation is complete. */ calciteInputTimePickerClose: EventEmitter>; /** * Fires when the component is open and animation is complete. */ calciteInputTimePickerOpen: EventEmitter>; } export declare class CalciteInputTimeZone { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteInputTimeZone extends Components.CalciteInputTimeZone { /** * Fires when the component is requested to be closed and before the closing transition begins. */ calciteInputTimeZoneBeforeClose: EventEmitter>; /** * Fires when the component is added to the DOM but not rendered, and before the opening transition begins. */ calciteInputTimeZoneBeforeOpen: EventEmitter>; /** * Fires when the component's `value` changes. */ calciteInputTimeZoneChange: EventEmitter>; /** * Fires after the component is closed and animation is complete. */ calciteInputTimeZoneClose: EventEmitter>; /** * Fires after the component is opened and animation is complete. */ calciteInputTimeZoneOpen: EventEmitter>; } export declare class CalciteLabel { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteLabel extends Components.CalciteLabel { } export declare class CalciteLink { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteLink extends Components.CalciteLink { } export declare class CalciteList { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteList extends Components.CalciteList { /** * Fires when the component's selected items have changed. */ calciteListChange: EventEmitter>; /** * Fires when the component's dragging has ended. */ calciteListDragEnd: EventEmitter>; /** * Fires when the component's dragging has started. */ calciteListDragStart: EventEmitter>; /** * Fires when the component's filter has changed. */ calciteListFilter: EventEmitter>; /** * Fires when the component's item order changes. */ calciteListOrderChange: EventEmitter>; /** * Fires when the default slot has changes in order to notify parent lists. */ calciteInternalListDefaultSlotChange: EventEmitter>; } export declare class CalciteListItem { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteListItem extends Components.CalciteListItem { /** * Fires when the component is selected. */ calciteListItemSelect: EventEmitter>; /** * Fires when the close button is clicked. */ calciteListItemClose: EventEmitter>; /** * Fires when the drag handle is selected. */ calciteListItemDragHandleChange: EventEmitter>; /** * Fires when the open button is clicked. */ calciteListItemToggle: EventEmitter>; } export declare class CalciteListItemGroup { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteListItemGroup extends Components.CalciteListItemGroup { /** * Fires when changes occur in the default slot, notifying parent lists of the changes. */ calciteInternalListItemGroupDefaultSlotChange: EventEmitter>; } export declare class CalciteLoader { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteLoader extends Components.CalciteLoader { } export declare class CalciteMenu { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteMenu extends Components.CalciteMenu { } export declare class CalciteMenuItem { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteMenuItem extends Components.CalciteMenuItem { /** * Emits when the component is selected. */ calciteMenuItemSelect: EventEmitter>; } export declare class CalciteMeter { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteMeter extends Components.CalciteMeter { } export declare class CalciteModal { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteModal extends Components.CalciteModal { /** * Fires when the component is requested to be closed and before the closing transition begins. */ calciteModalBeforeClose: EventEmitter>; /** * Fires when the component is closed and animation is complete. */ calciteModalClose: EventEmitter>; /** * Fires when the component is added to the DOM but not rendered, and before the opening transition begins. */ calciteModalBeforeOpen: EventEmitter>; /** * Fires when the component is open and animation is complete. */ calciteModalOpen: EventEmitter>; } export declare class CalciteNavigation { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteNavigation extends Components.CalciteNavigation { /** * When `navigationAction` is `true`, emits when the displayed action selection changes. */ calciteNavigationActionSelect: EventEmitter>; } export declare class CalciteNavigationLogo { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteNavigationLogo extends Components.CalciteNavigationLogo { } export declare class CalciteNavigationUser { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteNavigationUser extends Components.CalciteNavigationUser { } export declare class CalciteNotice { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteNotice extends Components.CalciteNotice { /** * Fires when the component is requested to be closed and before the closing transition begins. */ calciteNoticeBeforeClose: EventEmitter>; /** * Fires when the component is added to the DOM but not rendered, and before the opening transition begins. */ calciteNoticeBeforeOpen: EventEmitter>; /** * Fires when the component is closed and animation is complete. */ calciteNoticeClose: EventEmitter>; /** * Fires when the component is open and animation is complete. */ calciteNoticeOpen: EventEmitter>; } export declare class CalciteOption { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteOption extends Components.CalciteOption { } export declare class CalciteOptionGroup { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteOptionGroup extends Components.CalciteOptionGroup { } export declare class CalcitePagination { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalcitePagination extends Components.CalcitePagination { /** * Emits when the selected page changes. */ calcitePaginationChange: EventEmitter>; } export declare class CalcitePanel { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalcitePanel extends Components.CalcitePanel { /** * Fires when the close button is clicked. */ calcitePanelClose: EventEmitter>; /** * Fires when the collapse button is clicked. */ calcitePanelToggle: EventEmitter>; /** * Fires when the content is scrolled. */ calcitePanelScroll: EventEmitter>; } export declare class CalcitePickList { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalcitePickList extends Components.CalcitePickList { /** * Emits when any of the `calcite-pick-list-item` selections have changed. */ calciteListChange: EventEmitter>>; /** * Emits when a filter has changed. */ calciteListFilter: EventEmitter>; } export declare class CalcitePickListGroup { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalcitePickListGroup extends Components.CalcitePickListGroup { } export declare class CalcitePickListItem { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalcitePickListItem extends Components.CalcitePickListItem { /** * Fires when the component is selected or unselected. */ calciteListItemChange: EventEmitter>; /** * Fires when the remove button is pressed. */ calciteListItemRemove: EventEmitter>; } export declare class CalcitePopover { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalcitePopover extends Components.CalcitePopover { /** * Fires when the component is requested to be closed and before the closing transition begins. */ calcitePopoverBeforeClose: EventEmitter>; /** * Fires when the component is closed and animation is complete. */ calcitePopoverClose: EventEmitter>; /** * Fires when the component is added to the DOM but not rendered, and before the opening transition begins. */ calcitePopoverBeforeOpen: EventEmitter>; /** * Fires when the component is open and animation is complete. */ calcitePopoverOpen: EventEmitter>; } export declare class CalciteProgress { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteProgress extends Components.CalciteProgress { } export declare class CalciteRadioButton { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteRadioButton extends Components.CalciteRadioButton { /** * Fires only when the radio button is checked. This behavior is identical to the native HTML input element. Since this event does not fire when the radio button is unchecked, it's not recommended to attach a listener for this event directly on the element, but instead either attach it to a node that contains all of the radio buttons in the group or use the `calciteRadioButtonGroupChange` event if using this with `calcite-radio-button-group`. */ calciteRadioButtonChange: EventEmitter>; } export declare class CalciteRadioButtonGroup { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteRadioButtonGroup extends Components.CalciteRadioButtonGroup { /** * Fires when the component has changed. */ calciteRadioButtonGroupChange: EventEmitter>; } export declare class CalciteRating { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteRating extends Components.CalciteRating { /** * Fires when the component's value changes. */ calciteRatingChange: EventEmitter>; } export declare class CalciteScrim { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteScrim extends Components.CalciteScrim { } export declare class CalciteSegmentedControl { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteSegmentedControl extends Components.CalciteSegmentedControl { /** * Fires when the `calcite-segmented-control-item` selection changes. */ calciteSegmentedControlChange: EventEmitter>; } export declare class CalciteSegmentedControlItem { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteSegmentedControlItem extends Components.CalciteSegmentedControlItem { } export declare class CalciteSelect { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteSelect extends Components.CalciteSelect { /** * Fires when the `selectedOption` changes. */ calciteSelectChange: EventEmitter>; } export declare class CalciteSheet { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteSheet extends Components.CalciteSheet { /** * Fires when the component is requested to be closed and before the closing transition begins. */ calciteSheetBeforeClose: EventEmitter>; /** * Fires when the component is closed and animation is complete. */ calciteSheetClose: EventEmitter>; /** * Fires when the component is added to the DOM but not rendered, and before the opening transition begins. */ calciteSheetBeforeOpen: EventEmitter>; /** * Fires when the component is open and animation is complete. */ calciteSheetOpen: EventEmitter>; } export declare class CalciteShell { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteShell extends Components.CalciteShell { } export declare class CalciteShellCenterRow { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteShellCenterRow extends Components.CalciteShellCenterRow { } export declare class CalciteShellPanel { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteShellPanel extends Components.CalciteShellPanel { } export declare class CalciteSlider { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteSlider extends Components.CalciteSlider { /** * Fires on all updates to the component. Note: Fires frequently during drag. To perform expensive operations consider using a debounce or throttle to avoid locking up the main thread. */ calciteSliderInput: EventEmitter>; /** * Fires when the thumb is released on the component. Note: To constantly listen to the drag event, use `calciteSliderInput` instead. */ calciteSliderChange: EventEmitter>; } export declare class CalciteSortableList { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteSortableList extends Components.CalciteSortableList { /** * Emitted when the order of the list has changed. */ calciteListOrderChange: EventEmitter>; } export declare class CalciteSplitButton { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteSplitButton extends Components.CalciteSplitButton { /** * Fires when the primary button is clicked. */ calciteSplitButtonPrimaryClick: EventEmitter>; /** * Fires when the dropdown menu is clicked. */ calciteSplitButtonSecondaryClick: EventEmitter>; } export declare class CalciteStack { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteStack extends Components.CalciteStack { } export declare class CalciteStepper { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteStepper extends Components.CalciteStepper { /** * Fires when the active `calcite-stepper-item` changes. */ calciteStepperChange: EventEmitter>; /** * Fires when the active `calcite-stepper-item` changes. @deprecated use `calciteStepperChange` instead or `calciteStepperItemChange` on items instead. */ calciteStepperItemChange: EventEmitter>; } export declare class CalciteStepperItem { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteStepperItem extends Components.CalciteStepperItem { /** * Fires when the active `calcite-stepper-item` changes. */ calciteStepperItemSelect: EventEmitter>; } export declare class CalciteSwitch { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteSwitch extends Components.CalciteSwitch { /** * Fires when the `checked` value has changed. */ calciteSwitchChange: EventEmitter>; } export declare class CalciteTab { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteTab extends Components.CalciteTab { } export declare class CalciteTabNav { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteTabNav extends Components.CalciteTabNav { /** * Emits when the selected `calcite-tab` changes. */ calciteTabChange: EventEmitter>; } export declare class CalciteTabTitle { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteTabTitle extends Components.CalciteTabTitle { /** * Fires when a `calcite-tab` is selected. */ calciteTabsActivate: EventEmitter>; /** * Fires when a `calcite-tab` is closed. */ calciteTabsClose: EventEmitter>; } export declare class CalciteTable { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteTable extends Components.CalciteTable { /** * Emits when the component's selected rows change. */ calciteTableSelect: EventEmitter>; /** * Emits when the component's page selection changes. */ calciteTablePageChange: EventEmitter>; } export declare class CalciteTableCell { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteTableCell extends Components.CalciteTableCell { } export declare class CalciteTableHeader { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteTableHeader extends Components.CalciteTableHeader { } export declare class CalciteTableRow { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteTableRow extends Components.CalciteTableRow { /** * Fires when the selected state of the component changes. */ calciteTableRowSelect: EventEmitter>; } export declare class CalciteTabs { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteTabs extends Components.CalciteTabs { } export declare class CalciteTextArea { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteTextArea extends Components.CalciteTextArea { /** * Fires each time a new `value` is typed. */ calciteTextAreaInput: EventEmitter>; /** * Fires each time a new `value` is typed and committed. */ calciteTextAreaChange: EventEmitter>; } export declare class CalciteTile { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteTile extends Components.CalciteTile { /** * Fires when the selected state of the component changes. */ calciteTileSelect: EventEmitter>; } export declare class CalciteTileGroup { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteTileGroup extends Components.CalciteTileGroup { /** * Fires when the component's selection changes. */ calciteTileGroupSelect: EventEmitter>; } export declare class CalciteTileSelect { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteTileSelect extends Components.CalciteTileSelect { /** * Emits a custom change event. For checkboxes it emits when checked or unchecked. For radios it only emits when checked. */ calciteTileSelectChange: EventEmitter>; } export declare class CalciteTileSelectGroup { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteTileSelectGroup extends Components.CalciteTileSelectGroup { } export declare class CalciteTimePicker { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteTimePicker extends Components.CalciteTimePicker { } export declare class CalciteTip { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteTip extends Components.CalciteTip { /** * Emits when the component has been closed. */ calciteTipDismiss: EventEmitter>; } export declare class CalciteTipGroup { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteTipGroup extends Components.CalciteTipGroup { } export declare class CalciteTipManager { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteTipManager extends Components.CalciteTipManager { /** * Emits when the component has been closed. */ calciteTipManagerClose: EventEmitter>; } export declare class CalciteTooltip { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteTooltip extends Components.CalciteTooltip { /** * Fires when the component is requested to be closed and before the closing transition begins. */ calciteTooltipBeforeClose: EventEmitter>; /** * Fires when the component is closed and animation is complete. */ calciteTooltipClose: EventEmitter>; /** * Fires when the component is added to the DOM but not rendered, and before the opening transition begins. */ calciteTooltipBeforeOpen: EventEmitter>; /** * Fires when the component is open and animation is complete. */ calciteTooltipOpen: EventEmitter>; } export declare class CalciteTree { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteTree extends Components.CalciteTree { /** * Fires when the user selects/deselects `calcite-tree-items`. */ calciteTreeSelect: EventEmitter>; } export declare class CalciteTreeItem { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteTreeItem extends Components.CalciteTreeItem { } export declare class CalciteValueList { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteValueList extends Components.CalciteValueList { /** * Emits when any of the list item selections have changed. */ calciteListChange: EventEmitter>>; /** * Emits when the order of the list has changed. */ calciteListOrderChange: EventEmitter>; /** * Emits when a filter has changed. */ calciteListFilter: EventEmitter>; } export declare class CalciteValueListItem { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface CalciteValueListItem extends Components.CalciteValueListItem { /** * Fires when the component is selected or unselected. */ calciteListItemChange: EventEmitter>; /** * Fires when the remove button is pressed. */ calciteListItemRemove: EventEmitter>; }