import type React from 'react'; export declare const Clipper: React.FC<{ width: number; height: number; x: number; y: number; }>;