import { FC } from 'react'; interface FooterWaringProp { visible?: boolean; text?: string; element?: HTMLDivElement; } declare const FooterWarning: FC; export default FooterWarning;