import * as React from 'react'; export interface FooterProps { content?: React.ReactNode; } export declare const Footer: React.FC; /** * position: fixed; right: 50px; margin-top: -40px; */