import { ComponentClass, FunctionComponent } from 'react'; import { IPageActionSwitch, IPageActionSwitchSingle } from './PageAction'; export declare function PageActionSwitch(props: { action: IPageActionSwitch | IPageActionSwitchSingle; wrapper?: ComponentClass | FunctionComponent; selectedItem?: T; iconOnly?: boolean; }): import("react/jsx-runtime").JSX.Element;