declare const dpcTheme: { 'primary-color': string; 'link-color': string; 'table-selected-row-bg': string; 'font-size-base': string; 'btn-height-base': string; 'input-height-base': string; 'form-item-margin-bottom': string; 'table-padding-vertical': string; 'table-padding-horizontal': string; 'table-header-bg': string; }; export default dpcTheme;