import { InterpolationValue, GlobalStyleComponent, DefaultTheme } from 'styled-components'

declare const normalize: InterpolationValue
declare const Normalize: GlobalStyleComponent<{}, DefaultTheme>

export { normalize, Normalize }
export default normalize
