export declare const items: { id: number; label: string; }[]; export declare const itemsWithIcons: { id: number; label: string; icon: string; }[];