export type NgDocOverlayRelativePosition = 'top' | 'bottom' | 'left' | 'right';
