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