import type { ImageSelectorAsset } from '@amityeko/design-system/dist/elements/image-selector/types'; import type { ChipsSelectionOption } from '@amityeko/design-system/dist/elements/chips-selection/types'; export declare const mockGradientData: ImageSelectorAsset[]; export declare const colorData: string[]; export declare const chipList: ChipsSelectionOption[]; export declare const RECOGNITION_TYPE: { TEXT: string; VIDEO: string; AUDIO: string; };