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