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