import { FunctionComponent, ReactNode } from 'react'; export interface FooterProps { className?: string; children: ReactNode; } export declare const Footer: FunctionComponent; //# sourceMappingURL=footer.d.ts.map