/** * Background Color For Div's */ declare namespace BackgroundForGlobal { const getBackgroundGlobal: () => import("styled-components").FlattenInterpolation>; } export default BackgroundForGlobal;