import { ButtonTypes } from './types'; export declare class SCUButton { label: string; disabled: boolean; type: ButtonTypes; outline: boolean; grey: boolean; link: boolean; icon_only: boolean; icon: string; render(): any; }