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