import React from 'react'; import '../styled/footer.scss'; export interface FooterProps { onClick: (e: any) => void; translation: any; } declare const Footer: React.FunctionComponent; export { Footer as default };