import * as React from 'react'; import { FooterI18N } from 'decentraland-ui/dist/components/Footer/Footer'; import { FooterProps } from './Footer.types'; export default class Footer extends React.PureComponent { getTranslations: () => FooterI18N | undefined; handleChange: FooterProps['onChange']; render(): import("react/jsx-runtime").JSX.Element; }