import type { AppShellResponsiveSize, AppShellSize } from '../../AppShell.types';
export declare function getBaseSize(size: AppShellSize | AppShellResponsiveSize): AppShellSize | undefined;
