/** * @uiName Close Button * @canvasRenderer always-replace */ export declare class CloseButton { /** * The text shown inside the close button. * * @uiName Button Text */ text: string; closeButton: HTMLElement; handleClick(): void; componentDidLoad(): void; render(): any; }