export declare const PREVIEW_DATA_DEFAULT_CONFIG: {
    separator: string;
    orientation: string;
    placeholder: string;
    customStyles: {
        label: {};
        value: {};
        placeholder: {};
        container: {};
    };
};
