import { ToReact } from './helpers.types'; import { ZSmilingZ } from '../smiling-z'; export type ZrSmilingZ_Props = ToReact<'SmilingZ'>; type ZrSmilingZ_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrSmilingZ_Type; export { Namespace as ZrSmilingZ };