import type { HtmlIngredientProps } from '../types.js';
export interface SignaturePadControlProps extends HtmlIngredientProps<'div', HTMLDivElement> {
}
declare const SignaturePadControl: import("svelte").Component<SignaturePadControlProps, {}, "ref">;
type SignaturePadControl = ReturnType<typeof SignaturePadControl>;
export default SignaturePadControl;
