import { UserControlsChildrenProps } from "./UserControls"; /** * @private * @description This components renders the ProfileCard and popover for UserControls */ export declare function UserControlsImpl(props: UserControlsChildrenProps): JSX.Element; export declare namespace UserControlsImpl { var displayName: string; }