import { ZLoader_Props, ZLoader_Slots } from '@zurich/dev-utils/code/Loader'; import { ToReactSlots } from './helperTypes'; export type ReactLoader_Props = ToReactSlots; type ReactLoader_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; } & {}; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ReactLoader_Type; export { Namespace as ReactLoader };