import { type DarkmodeProps as Props } from './';
declare const Darkmode: import("svelte").Component<Props, {}, "">;
type Darkmode = ReturnType<typeof Darkmode>;
export default Darkmode;
