import * as React from 'react'; export declare const Footer: React.FC<{ children: React.ReactNode; className?: string; style?: React.CSSProperties; }>;