declare const CLASS_PREFIX = "md-space-row-content";
declare const DEFAULTS: {
    TEAM_COLOR: "default";
    DISABLED: boolean;
};
declare const STYLE: {
    textWrapper: string;
    isNewActivity: string;
    menuTriggerWrapper: string;
};
export { CLASS_PREFIX, DEFAULTS, STYLE };
