import type { NeoSwitchButtonProps } from './neo-switch-button.model.js';
declare const NeoSwitchButton: import("svelte").Component<NeoSwitchButtonProps, {}, "checked" | "indeterminate">;
type NeoSwitchButton = ReturnType<typeof NeoSwitchButton>;
export default NeoSwitchButton;
