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