import React from 'react'; type FooterProps = { children?: React.ReactNode; }; export declare function FooterComponent({ children }: FooterProps): React.JSX.Element; export {}; //# sourceMappingURL=FooterComponent.d.ts.map