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