import type { BaseProps, ExtendedSizedComponent } from '../../type/component';
interface Props extends BaseProps, ExtendedSizedComponent {
}
declare const ThemeToggle: import("svelte").Component<Props, {}, "">;
type ThemeToggle = ReturnType<typeof ThemeToggle>;
export default ThemeToggle;
//# sourceMappingURL=ThemeToggle.svelte.d.ts.map