import type { MaskProps } from '../types'; export declare const SvgMask: ({ size, position, style, easing, animationDuration, animated, backdropColor, svgMaskPath, onClick, currentStep, }: MaskProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SvgMask.d.ts.map