export declare type LookbookType = { ID: string; imageURL: string; name: string; isActive: boolean; slug: string; };