export interface FindStrut { value: R | undefined; item: T | undefined; found: boolean; }