import { Surface } from '../surface/types'; /** * CdrSurfaceNavigation component properties * Navigation variant of CdrSurface for navigation contexts */ export type CdrSurfaceNavigationProps = Surface;