export interface VsHeaderStyleSet { backgroundColor?: string; boxShadow?: string; fontColor?: string; height?: string; padding?: string; position?: string; width?: string; zIndex?: string; }