/* 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 FiDialogButton {} } declare global { interface HTMLFiDialogButtonElement extends Components.FiDialogButton, HTMLStencilElement {} var HTMLFiDialogButtonElement: { prototype: HTMLFiDialogButtonElement; new (): HTMLFiDialogButtonElement; }; interface HTMLElementTagNameMap { 'fi-dialog-button': HTMLFiDialogButtonElement; } } declare namespace LocalJSX { interface FiDialogButton extends JSXBase.HTMLAttributes {} interface IntrinsicElements { 'fi-dialog-button': FiDialogButton; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements extends LocalJSX.IntrinsicElements {} } }