import type { InputLabelProps } from './types'; declare const InputLabel: import("svelte").Component; type InputLabel = ReturnType; export default InputLabel;