export declare function Footer({ children, className, animatableProperties, ...rest }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace Footer {
    var defaultProps: {
        className: string;
        animatableProperties: {};
    };
}
//# sourceMappingURL=Footer.d.ts.map