import type { HtmlIngredientProps } from '../types.js';
export interface SignaturePadCurrentSegmentPathProps extends HtmlIngredientProps<'path', SVGPathElement> {
}
declare const SignaturePadCurrentSegmentPath: import("svelte").Component;
type SignaturePadCurrentSegmentPath = ReturnType;
export default SignaturePadCurrentSegmentPath;