import { ToReact } from './helpers.types'; import { ZPictogram } from '../pictogram'; export type ZrPictogram_Props = ToReact<'Pictogram'>; type ZrPictogram_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrPictogram_Type; export { Namespace as ZrPictogram };