import React from 'react'; import type { PropFooterProps } from './types'; declare const Footer: React.FC; export default Footer; //# sourceMappingURL=Footer.d.ts.map