export interface ButtonWrapperProps { description?: string; brick?: string; properties?: any; } export declare class ButtonWrapperElement extends HTMLElement { description: string | undefined; brick: string | undefined; properties: any | undefined; }