import type { AntLocales } from '../i18n'; export interface LayoutDefaultOptions { [key: string]: any; direction?: 'ltr' | 'rtl'; logo?: string; logoExpanded?: string; logoCollapsed?: string; logoLink?: string; logoFixWidth?: number; hideAside?: boolean; collapsed?: boolean; colorWeak?: boolean; appExpanded?: boolean; locale?: keyof AntLocales; }