import type { DarkmodeProps } from './type';
import Darkmode from './Darkmode.svelte';
import { darkmode } from './theme';
export { Darkmode, darkmode, type DarkmodeProps };
