import { ToReact } from './helpers.types'; import { ZStageBanner } from '../stage-banner'; export type ZrStageBanner_Props = ToReact<'StageBanner'>; type ZrStageBanner_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrStageBanner_Type; export { Namespace as ZrStageBanner };