import { ToReact } from './helpers.types'; import { ZFlag } from '../flag'; export type ZrFlag_Props = ToReact<'Flag'>; type ZrFlag_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrFlag_Type; export { Namespace as ZrFlag };