import { ToReact } from './helpers.types'; import { ZSkeleton } from '../skeleton'; export type ZrSkeleton_Props = ToReact<'Skeleton'>; type ZrSkeleton_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrSkeleton_Type; export { Namespace as ZrSkeleton };