import type { SegmentPathProps } from '@zag-js/signature-pad';
import type { Assign, HtmlIngredientProps } from '../types.js';
export interface SignaturePadSegmentPathProps extends Assign<HtmlIngredientProps<'path', SVGPathElement>, SegmentPathProps> {
}
declare const SignaturePadSegmentPath: import("svelte").Component<SignaturePadSegmentPathProps, {}, "ref">;
type SignaturePadSegmentPath = ReturnType<typeof SignaturePadSegmentPath>;
export default SignaturePadSegmentPath;
