import * as React from 'react'; import { IStyleAnimProps } from 'rc-tween-one/typings/AnimObject'; export interface IProps extends React.HTMLAttributes { scrollParallax?: IStyleAnimProps; videoResize?: boolean; component?: string | React.ReactNode; componentProps?: {}; } export default class BgElement extends React.Component> { }