type KeysProps = {
    save: () => void;
    clientId: string;
    hasConfigureAccess?: boolean;
};
export declare const Keys: ({ clientId, save, hasConfigureAccess }: KeysProps) => import("react/jsx-runtime").JSX.Element;
export {};
