/** The default throttle timeout for lazy async items. */ export declare const DEFAULT_THROTTLE_TIMEOUT = 500; /** The width of a thumbnail element. */ export declare const THUMBNAIL_WIDTH = 240; /** An object with a string `id` attribute. */ export declare type ObjectWithId = { id: string; };