interface HatchProps { size?: number | string; color?: string; speed?: number | string; stroke?: number | string; } declare const Hatch: React.FC; export default Hatch; //# sourceMappingURL=Hatch.d.ts.map