export declare const LoginSettingsPanel: ({ access }: {
    access?: boolean;
}) => import("react/jsx-runtime").JSX.Element;
