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