import type { Tags } from './typings';
declare const DefaultConfig: {
    globalConfig?: Tags['globalConfig'];
    contentTypeConfig?: Tags['contentTypeConfig'];
};
export { DefaultConfig };
export default DefaultConfig;
