import { TableProps } from '../components';
export * from './table';
declare const GlobalComponentDefalutPropsConfig: {
    table: TableProps;
};
export default GlobalComponentDefalutPropsConfig;
