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