export declare const Button: ((label: string) => import("../builder.js").Builder<{ label: string; onClick?: (() => void) | undefined; }>) & { View: import("../view.js").Clazz<{ label: string; onClick?: (() => void) | undefined; } & import("../view.js").View>; };