export type { StarlightConfig } from './utils/user-config';
export type {
	StarlightPlugin,
	StarlightUserConfigWithPlugins as StarlightUserConfig,
	HookParameters,
} from './utils/plugins';
export type { StarlightIcon } from './components-internals/Icons';
