import * as React from 'react'; export interface FooterProps { className?: string; fixed?: boolean; style?: React.CSSProperties; } export declare const Footer: React.FC;