import type { HtmlIngredientProps } from '../types.js'; export interface SignaturePadLabelProps extends HtmlIngredientProps<'label', HTMLLabelElement> { } declare const SignaturePadLabel: import("svelte").Component; type SignaturePadLabel = ReturnType; export default SignaturePadLabel;