export interface ILayoutOffsetInfo { /** * Generic top offset */ readonly top: number; /** * Quick pick specific top offset. */ readonly quickPickTop: number; }