export interface boxThemeInterface { background: string; padding: string; margin: string; border: string; radius: string; boxShadow: string; }