import type { PluginStyleguideConfig } from './types';
declare const minimal: PluginStyleguideConfig<'built-in'>;
export default minimal;
