import Guide from './guide'; import GuideFlow from './guide-flow'; export type GuideInstance = InstanceType; export type GuideFlowInstance = InstanceType; export { GuideFlow }; declare const _default: import("../_utils").InstallableComponent; export default _default;