import React from "react"; export interface Props { id: string; dataTestId: string; } export declare const Footer: (props: Props) => React.JSX.Element;