import { ComponentInterface } from '../../stencil-public-runtime'; export declare class ButtonClose implements ComponentInterface { text: boolean; render(): any; }