import { CustomElementPropertyMetadata } from "../../custom-element/interfaces"; import { NodePatchingData } from "../../renderer/NodePatcher"; declare const Button_base: { new (): { [x: string]: any; }; [x: string]: any; readonly styles: string; readonly properties: Record; }; export default class Button extends Button_base { static get styles(): string; static get properties(): Record; render(): NodePatchingData; } export {}; //# sourceMappingURL=Button.d.ts.map