import './style'; export type { GuideProps } from './Guide'; export * from './type'; export declare const Guide: import("react").FC; export default Guide;