import type { ReactNode } from 'react'; import type { TComponent } from 'refun'; export declare type TSwitchPopover_Content = { children: ReactNode; }; export declare const SwitchPopover_Content: TComponent;