/** * Default config * @type {Object} */ export declare const defaultConfig: { classes: { button: string; menu: string; container: string; wrapper: string; }; labels: { button: string; }; hiddenColumns: any[]; };