export interface VsSectionStyleSet { backgroundColor?: string; borderRadius?: string; boxShadow?: string; fontColor?: string; padding?: string; titleMargin?: string; }