declare const HEADER_CLASS: string[]; declare const PRO_TABLE_CLASS: string[]; declare const COMMON_TABLE_CLASS: string[]; declare const TAB_CLASS: string[]; declare const FILTER_CLASS: string[]; declare const FORM_CLASS: string[]; declare const MESSAGE_CLASS: string[]; declare const INFO_CLASS: string[]; declare const TAG_CLASS: string[]; declare const CARD_CLASS: string[]; declare const CHART_CLASS: string[]; declare const GRID_CLASS: string[]; declare const RESPONSEGRID_CLASS: string[]; declare const CONTENT_CLASS: string[]; declare const DASHBOARD_CLASS: string[]; declare const ILLUSTRATION_CLASS: string[]; declare const formatterSpace: (space: string | undefined) => { top: string; right: string; bottom: string; left: string; }; declare const formaxTransFormMatrics: (matrix: string) => { success: boolean; scaleX: number; skewY: number; skewX: number; scaleY: number; translateX: number; translateY: number; } | { success: boolean; scaleX?: undefined; skewY?: undefined; skewX?: undefined; scaleY?: undefined; translateX?: undefined; translateY?: undefined; }; export { GRID_CLASS, CONTENT_CLASS, DASHBOARD_CLASS, RESPONSEGRID_CLASS, formatterSpace, formaxTransFormMatrics, ILLUSTRATION_CLASS, HEADER_CLASS, PRO_TABLE_CLASS, COMMON_TABLE_CLASS, CARD_CLASS, CHART_CLASS, INFO_CLASS, TAB_CLASS, TAG_CLASS, MESSAGE_CLASS, FORM_CLASS, FILTER_CLASS, };