import { Button } from '../interfaces/add-grc'; export declare const TABLE_CARD: { title: string; count: number; selectedCount: number; key: string; type: number; totalCount: number; }[]; export declare const SMILEY_BUTTONS: Button[]; export declare const OTHER_GRC_CARD: { title: string; count: number; selectedCount: number; key: string; type: number; }[]; export declare const OTHER_GRC_TAB_INDEX: any; export declare const GRC_TYPE_ARRAY: string[]; export declare const UNCATEGORIZED_LINK_CATEGORY: { _id: string; category_type: number; category_name: string; name: string; category_id: never[]; isSelected: boolean; };