import { ToReact } from './helpers.types'; import { ZFooter } from '../footer'; export type ZrFooter_Props = ToReact<'Footer'>; type ZrFooter_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrFooter_Type; export { Namespace as ZrFooter };