export declare const DEFAULT_VALUES: { config: { separator: string; orientation: string; placeholder: string; customStyles: { label: {}; value: {}; placeholder: {}; container: {}; }; }; data: any[]; id: string; }; export declare const VALIDATE_KEY_VALUES: { config: boolean; data: boolean; id: boolean; };