/* tslint:disable */ /** * This is an autogenerated file created by the Stencil compiler. * It contains typing information for all components that exist in this project. */ import { HTMLStencilElement, JSXBase } from './stencil.core'; export namespace Components { interface NovaAccordion { 'configuration'?: any; /** * Common attributes */ 'data'?: any; 'goToItemById': (elementId: string) => Promise; 'goToItemByIndex': (index: number) => Promise; /** * Use this property to define the loading behavior. */ 'isLoading': boolean; 'renderComponent': () => Promise; 'scrollToElement': (element: HTMLElement, to: number, duration: number) => Promise; 'startLoading': () => Promise; 'stopLoading': () => Promise; 'styling'?: any; /** * Use this property to set custom styles using `