import { TData } from './types'; declare const COLORS_DEFAULT: string[]; declare const TEST_DATA: TData; export { COLORS_DEFAULT, TEST_DATA };