import { ZFooter_Props, ZFooter_Slots } from '@zurich/dev-utils/code/Footer'; import { ToReactSlots } from './helperTypes'; export type ReactFooter_Props = ToReactSlots; type ReactFooter_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; } & {}; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ReactFooter_Type; export { Namespace as ReactFooter };