import { ToReact } from './helpers.types'; import { ZFloatingBanner } from '../floating-banner'; export type ZrFloatingBanner_Props = ToReact<'FloatingBanner'>; type ZrFloatingBanner_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrFloatingBanner_Type; export { Namespace as ZrFloatingBanner };