import withGuide, { GuideProps } from './withGuide'; declare const TextGuide: import("@antv/f-engine").ComponentType>; declare const PointGuide: import("@antv/f-engine").ComponentType>; declare const LineGuide: import("@antv/f-engine").ComponentType>; declare const ArcGuide: import("@antv/f-engine").ComponentType>; declare const RectGuide: import("@antv/f-engine").ComponentType>; declare const ImageGuide: import("@antv/f-engine").ComponentType>; declare const TagGuide: import("@antv/f-engine").ComponentType>; declare const LottieGuide: import("@antv/f-engine").ComponentType>; declare const PolylineGuide: import("@antv/f-engine").ComponentType>; export { GuideProps }; declare const _default: import("@antv/f-engine").ComponentType>; export default _default; export { withGuide, TextGuide, PointGuide, ArcGuide, LineGuide, RectGuide, ImageGuide, TagGuide, LottieGuide, PolylineGuide, };