/** * Copyright (c) 2020, 2023 Visa, Inc. * * This source code is licensed under the MIT license * https://github.com/visa/visa-chart-components/blob/master/LICENSE * **/ export declare class DataTableDefaultValues { static readonly language = "en"; static readonly isCompact = false; static readonly hideDataTable = false; static readonly padding: { top: number; bottom: number; right: number; left: number; }; static readonly margin: { top: number; bottom: number; right: number; left: number; }; }