export type ScrimPositionContent = 'top' | 'center' | 'right' | 'left' | 'bottom'; export type ScrimDisplayMode = 'fullscreen' | 'parent'; export type ScrimScrollStrategy = 'block' | 'close'; export type ScrimVariant = 'focus' | 'spotlight' | 'legibility'; export type ScrimLegibilityAnchor = 'top' | 'bottom' | 'left' | 'right' | 'center'; export type ScrimSpotlightShape = 'rect' | 'rounded' | 'circle'; export type ScrimContentLayout = 'default' | 'none';