Property `float` should be part of the CSSStyleDeclaration. ``` var left = document.createElement('div'); left.style.float = "left"; ``` Returns error: Property 'float' does not exist on type 'CSSStyleDeclaration'