export interface ActivityProps { disabled: boolean; } /** * @component * @category Components / Basic * @description This components renders a dropdown component that enables user to change the activity status * @private */ export declare function Activity(props: ActivityProps): JSX.Element;