import type { HtmlIngredientProps } from '../types.js'; export interface SwitchHiddenInputProps extends HtmlIngredientProps<'input', HTMLInputElement> { } declare const SwitchHiddenInput: import("svelte").Component; type SwitchHiddenInput = ReturnType; export default SwitchHiddenInput;