type IFooterProps = { name: string; version: string; copy?: string; }; declare function Footer(props: IFooterProps): import("react/jsx-runtime").JSX.Element; export { Footer }; //# sourceMappingURL=Footer.d.ts.map