import type { Theme } from '../types';
export declare const getLoginLogos: (theme?: Theme) => Record<string, string>;
