/// <reference types="react" />
declare const Footer: ({ step }: {
    step: any;
}) => JSX.Element;
export { Footer };
