import { Spacing } from "../style"; import { Component } from '../../../../api/contract/Component'; export declare class BlockButton extends Component { uiType: string; backgroundColor?: string; color?: string; hoverColor?: string; disableOnFetching?: true; text?: string; spacing?: Spacing; }