import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core'; import { Components } from '@bkkr/core'; import type { AccordionGroupChangeEventDetail as IAccordionGroupAccordionGroupChangeEventDetail } from '@bkkr/core'; import type { BreadcrumbCollapsedClickEventDetail as IBreadcrumbsBreadcrumbCollapsedClickEventDetail } from '@bkkr/core'; import type { CheckboxChangeEventDetail as ICheckboxCheckboxChangeEventDetail } from '@bkkr/core'; import type { ScrollBaseDetail as IContentScrollBaseDetail } from '@bkkr/core'; import type { ScrollDetail as IContentScrollDetail } from '@bkkr/core'; import type { DatetimeChangeEventDetail as IDatetimeDatetimeChangeEventDetail } from '@bkkr/core'; import type { InputChangeEventDetail as IInputInputChangeEventDetail } from '@bkkr/core'; import type { RadioGroupChangeEventDetail as IRadioGroupRadioGroupChangeEventDetail } from '@bkkr/core'; import type { RangeChangeEventDetail as IRangeRangeChangeEventDetail } from '@bkkr/core'; import type { RangeKnobMoveStartEventDetail as IRangeRangeKnobMoveStartEventDetail } from '@bkkr/core'; import type { RangeKnobMoveEndEventDetail as IRangeRangeKnobMoveEndEventDetail } from '@bkkr/core'; import type { ItemReorderEventDetail as IReorderGroupItemReorderEventDetail } from '@bkkr/core'; import type { SearchbarChangeEventDetail as ISearchbarSearchbarChangeEventDetail } from '@bkkr/core'; import type { SegmentChangeEventDetail as ISegmentSegmentChangeEventDetail } from '@bkkr/core'; import type { SelectChangeEventDetail as ISelectSelectChangeEventDetail } from '@bkkr/core'; import type { TextareaChangeEventDetail as ITextareaTextareaChangeEventDetail } from '@bkkr/core'; import type { ToggleChangeEventDetail as IToggleToggleChangeEventDetail } from '@bkkr/core'; import * as i0 from "@angular/core"; export declare interface BkkrAccordion extends Components.BkkrAccordion { } export declare class BkkrAccordion { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrAccordionGroup extends Components.BkkrAccordionGroup { /** * Emitted when the value property has changed. */ bkkrChange: EventEmitter>; } export declare class BkkrAccordionGroup { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrBackdrop extends Components.BkkrBackdrop { /** * Emitted when the backdrop is tapped. */ bkkrBackdropTap: EventEmitter>; } export declare class BkkrBackdrop { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrBadge extends Components.BkkrBadge { } export declare class BkkrBadge { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrBreadcrumb extends Components.BkkrBreadcrumb { /** * Emitted when the breadcrumb has focus. */ bkkrFocus: EventEmitter>; /** * Emitted when the breadcrumb loses focus. */ bkkrBlur: EventEmitter>; } export declare class BkkrBreadcrumb { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrBreadcrumbs extends Components.BkkrBreadcrumbs { /** * Emitted when the collapsed indicator is clicked on. */ bkkrCollapsedClick: EventEmitter>; } export declare class BkkrBreadcrumbs { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrButton extends Components.BkkrButton { /** * Emitted when the button has focus. */ bkkrFocus: EventEmitter>; /** * Emitted when the button loses focus. */ bkkrBlur: EventEmitter>; } export declare class BkkrButton { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrCard extends Components.BkkrCard { } export declare class BkkrCard { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrCardContent extends Components.BkkrCardContent { } export declare class BkkrCardContent { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrCardHeader extends Components.BkkrCardHeader { } export declare class BkkrCardHeader { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrCheckbox extends Components.BkkrCheckbox { /** * Emitted when the checked property has changed. */ bkkrChange: EventEmitter>; /** * Emitted when the checkbox has focus. */ bkkrFocus: EventEmitter>; /** * Emitted when the checkbox loses focus. */ bkkrBlur: EventEmitter>; } export declare class BkkrCheckbox { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrCol extends Components.BkkrCol { } export declare class BkkrCol { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrContainer extends Components.BkkrContainer { } export declare class BkkrContainer { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrContent extends Components.BkkrContent { /** * Emitted when the scroll has started. */ bkkrScrollStart: EventEmitter>; /** * Emitted while scrolling. This event is disabled by default. Look at the property: `scrollEvents` */ bkkrScroll: EventEmitter>; /** * Emitted when the scroll has ended. */ bkkrScrollEnd: EventEmitter>; } export declare class BkkrContent { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrDatetime extends Components.BkkrDatetime { /** * Emitted when the selection is opened. */ bkkrOpen: EventEmitter>; /** * Emitted when the selection is cancelled. */ bkkrCancel: EventEmitter>; /** * Emitted when a keyboard datetime occurred. */ bkkrInput: EventEmitter>; /** * Emitted when the value has changed. */ bkkrChange: EventEmitter>; /** * Emitted when the datetime loses focus. */ bkkrBlur: EventEmitter>; /** * Emitted when the datetime has focus. */ bkkrFocus: EventEmitter>; } export declare class BkkrDatetime { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrFab extends Components.BkkrFab { } export declare class BkkrFab { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrFabButton extends Components.BkkrFabButton { /** * Emitted when the button has focus. */ bkkrFocus: EventEmitter>; /** * Emitted when the button loses focus. */ bkkrBlur: EventEmitter>; } export declare class BkkrFabButton { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrFooter extends Components.BkkrFooter { } export declare class BkkrFooter { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrGrid extends Components.BkkrGrid { } export declare class BkkrGrid { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrHeader extends Components.BkkrHeader { } export declare class BkkrHeader { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrIcon extends Components.BkkrIcon { } export declare class BkkrIcon { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrImg extends Components.BkkrImg { /** * Emitted when the img src has been set */ bkkrImgWillLoad: EventEmitter>; /** * Emitted when the image has finished loading */ bkkrImgDidLoad: EventEmitter>; /** * Emitted when the img fails to load */ bkkrError: EventEmitter>; } export declare class BkkrImg { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrInfiniteScroll extends Components.BkkrInfiniteScroll { /** * Emitted when the scroll reaches the threshold distance, or stepper have changed. From within your infinite handler, you must call the infinite scroll's `complete()` method when your async operation has completed. */ bkkrInfinite: EventEmitter>; /** * Emitted when page size have changed. */ bkkrPageSizeChanged: EventEmitter>; } export declare class BkkrInfiniteScroll { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrInput extends Components.BkkrInput { /** * Emitted when a keyboard input occurred. */ bkkrInput: EventEmitter>; /** * Emitted when the value has changed. */ bkkrChange: EventEmitter>; /** * Emitted when the input loses focus. */ bkkrBlur: EventEmitter>; /** * Emitted when the input has focus. */ bkkrFocus: EventEmitter>; } export declare class BkkrInput { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrItem extends Components.BkkrItem { } export declare class BkkrItem { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrLabel extends Components.BkkrLabel { } export declare class BkkrLabel { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrList extends Components.BkkrList { } export declare class BkkrList { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrListHeader extends Components.BkkrListHeader { } export declare class BkkrListHeader { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrMenu extends Components.BkkrMenu { /** * Emitted when the menu is about to be opened. */ bkkrWillOpen: EventEmitter>; /** * Emitted when the menu is about to be closed. */ bkkrWillClose: EventEmitter>; /** * Emitted when the menu is open. */ bkkrDidOpen: EventEmitter>; /** * Emitted when the menu is closed. */ bkkrDidClose: EventEmitter>; } export declare class BkkrMenu { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrMenuToggle extends Components.BkkrMenuToggle { } export declare class BkkrMenuToggle { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrNav extends Components.BkkrNav { } export declare class BkkrNav { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrNavs extends Components.BkkrNavs { } export declare class BkkrNavs { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrNote extends Components.BkkrNote { } export declare class BkkrNote { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrPaginator extends Components.BkkrPaginator { /** * Emitted when the stepper have changed. From within your paginator handler, you must call the paginator's `complete()` method when your async operation has completed. */ bkkrPaginator: EventEmitter>; /** * Emitted when page size have changed. */ bkkrPageSizeChanged: EventEmitter>; } export declare class BkkrPaginator { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrProgressBar extends Components.BkkrProgressBar { } export declare class BkkrProgressBar { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrRadio extends Components.BkkrRadio { /** * Emitted when the radio button has focus. */ bkkrFocus: EventEmitter>; /** * Emitted when the radio button loses focus. */ bkkrBlur: EventEmitter>; } export declare class BkkrRadio { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrRadioGroup extends Components.BkkrRadioGroup { /** * Emitted when the value has changed. */ bkkrChange: EventEmitter>; } export declare class BkkrRadioGroup { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrRange extends Components.BkkrRange { /** * Emitted when the value property has changed. */ bkkrChange: EventEmitter>; /** * Emitted when the range has focus. */ bkkrFocus: EventEmitter>; /** * Emitted when the range loses focus. */ bkkrBlur: EventEmitter>; /** * Emitted when the user starts moving the range knob, whether through mouse drag, touch gesture, or keyboard interaction. */ bkkrKnobMoveStart: EventEmitter>; /** * Emitted when the user finishes moving the range knob, whether through mouse drag, touch gesture, or keyboard interaction. */ bkkrKnobMoveEnd: EventEmitter>; } export declare class BkkrRange { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrReorder extends Components.BkkrReorder { } export declare class BkkrReorder { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrReorderGroup extends Components.BkkrReorderGroup { /** * Event that needs to be listened to in order to complete the reorder action. Once the event has been emitted, the `complete()` method then needs to be called in order to finalize the reorder action. */ bkkrItemReorder: EventEmitter>; } export declare class BkkrReorderGroup { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrRoot extends Components.BkkrRoot { } export declare class BkkrRoot { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrRow extends Components.BkkrRow { } export declare class BkkrRow { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrSearchbar extends Components.BkkrSearchbar { /** * Emitted when a keyboard input occurred. */ bkkrInput: EventEmitter>; /** * Emitted when the value has changed. */ bkkrChange: EventEmitter>; /** * Emitted when the cancel button is clicked. */ bkkrCancel: EventEmitter>; /** * Emitted when the clear input button is clicked. */ bkkrClear: EventEmitter>; /** * Emitted when the input loses focus. */ bkkrBlur: EventEmitter>; /** * Emitted when the input has focus. */ bkkrFocus: EventEmitter>; } export declare class BkkrSearchbar { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrSegment extends Components.BkkrSegment { /** * Emitted when the value property has changed and any dragging pointer has been released from `bkkr-segment`. */ bkkrChange: EventEmitter>; } export declare class BkkrSegment { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrSegmentButton extends Components.BkkrSegmentButton { } export declare class BkkrSegmentButton { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrSelect extends Components.BkkrSelect { /** * Emitted when the user types in a searchbar. */ bkkrSearch: EventEmitter>; /** * Emitted when the value has changed. */ bkkrChange: EventEmitter>; /** * Emitted when the selection is opened. */ bkkrOpen: EventEmitter>; /** * Emitted when the selection is cancelled. */ bkkrCancel: EventEmitter>; /** * Emitted when the overlay is dismissed. */ bkkrDismiss: EventEmitter>; /** * Emitted when the select has focus. */ bkkrFocus: EventEmitter>; /** * Emitted when the select loses focus. */ bkkrBlur: EventEmitter>; } export declare class BkkrSelect { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrSelectOption extends Components.BkkrSelectOption { } export declare class BkkrSelectOption { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrShape extends Components.BkkrShape { } export declare class BkkrShape { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrSkeleton extends Components.BkkrSkeleton { } export declare class BkkrSkeleton { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrSlide extends Components.BkkrSlide { } export declare class BkkrSlide { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrSlides extends Components.BkkrSlides { /** * Emitted after Swiper initialization */ bkkrSlidesDidLoad: EventEmitter>; /** * Emitted when the user taps/clicks on the slide's container. */ bkkrSlideTap: EventEmitter>; /** * Emitted when the user double taps on the slide's container. */ bkkrSlideDoubleTap: EventEmitter>; /** * Emitted before the active slide has changed. */ bkkrSlideWillChange: EventEmitter>; /** * Emitted after the active slide has changed. */ bkkrSlideDidChange: EventEmitter>; /** * Emitted when the next slide has started. */ bkkrSlideNextStart: EventEmitter>; /** * Emitted when the previous slide has started. */ bkkrSlidePrevStart: EventEmitter>; /** * Emitted when the next slide has ended. */ bkkrSlideNextEnd: EventEmitter>; /** * Emitted when the previous slide has ended. */ bkkrSlidePrevEnd: EventEmitter>; /** * Emitted when the slide transition has started. */ bkkrSlideTransitionStart: EventEmitter>; /** * Emitted when the slide transition has ended. */ bkkrSlideTransitionEnd: EventEmitter>; /** * Emitted when the slider is actively being moved. */ bkkrSlideDrag: EventEmitter>; /** * Emitted when the slider is at its initial position. */ bkkrSlideReachStart: EventEmitter>; /** * Emitted when the slider is at the last slide. */ bkkrSlideReachEnd: EventEmitter>; /** * Emitted when the user first touches the slider. */ bkkrSlideTouchStart: EventEmitter>; /** * Emitted when the user releases the touch. */ bkkrSlideTouchEnd: EventEmitter>; } export declare class BkkrSlides { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrSpinner extends Components.BkkrSpinner { } export declare class BkkrSpinner { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrSplitPane extends Components.BkkrSplitPane { /** * Expression to be called when the split-pane visibility has changed */ bkkrSplitPaneVisible: EventEmitter>; } export declare class BkkrSplitPane { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrTextarea extends Components.BkkrTextarea { /** * Emitted when the input value has changed. */ bkkrChange: EventEmitter>; /** * Emitted when a keyboard input occurred. */ bkkrInput: EventEmitter>; /** * Emitted when the input loses focus. */ bkkrBlur: EventEmitter>; /** * Emitted when the input has focus. */ bkkrFocus: EventEmitter>; } export declare class BkkrTextarea { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrThumbnail extends Components.BkkrThumbnail { } export declare class BkkrThumbnail { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrToggle extends Components.BkkrToggle { /** * Emitted when the value property has changed. */ bkkrChange: EventEmitter>; /** * Emitted when the toggle has focus. */ bkkrFocus: EventEmitter>; /** * Emitted when the toggle loses focus. */ bkkrBlur: EventEmitter>; } export declare class BkkrToggle { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface BkkrToolbar extends Components.BkkrToolbar { } export declare class BkkrToolbar { protected z: NgZone; protected el: HTMLElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }