import { HTMLAttributes, RefAttributes, } from 'react'; export interface IFooterOwnProps extends HTMLAttributes, RefAttributes {};