import { ToReact } from './helpers.types'; import { ZSidebar } from '../sidebar'; export type ZrSidebar_Props = ToReact<'Sidebar'>; type ZrSidebar_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrSidebar_Type; export { Namespace as ZrSidebar };