import React from "react";
interface Props {
    otherSessionsCount: number;
    disabled?: boolean;
    signOutAllOtherSessions?: () => void;
}
export declare const OtherSessionsSectionHeading: React.FC<Props>;
export {};
