import classNames from 'classnames'; import { IFooterOwnProps, } from './IFooterOwnProps'; import * as React from 'react'; export const Footer = React.forwardRef(({ children, className, ...props }, ref) => ( ));