export type { RegisterLink, RegisteredLinkProps } from "../link";
import type { ColorScheme } from "../useIsDark";
export type DefaultColorScheme = ColorScheme | "system";
export { startReactDsfr } from "./start";
