import React from 'react'; export interface GuideLayerProps { guides: any[]; } export declare const GuideLayer: React.FC;