import { AuthenticationType } from "../../authentication/AuthenticationSection";
type UsedByProps = {
    authType: AuthenticationType;
};
export declare const UsedBy: ({ authType: { id, usedBy } }: UsedByProps) => import("react/jsx-runtime").JSX.Element;
export {};
