import { VsBoxStyleSet } from '../../declaration'; export interface VsBlockStyleSet { backgroundColor?: string; border?: string; borderRadius?: string; fontColor?: string; fontSize?: string; fontWeight?: string | number; padding?: string; title?: VsBoxStyleSet; }