import { FooterProps as FooterComponentProps } from 'decentraland-ui/dist/components/Footer/Footer'; export type FooterProps = FooterComponentProps & { hasTranslations?: boolean; }; export type MapStateProps = Pick; export type MapDispatchProps = Pick;