import _Guide from './guide';
import { WithInstallType } from '../shared';
import { TdGuideProps } from './type';
import './style';
export * from './type';
export declare type GuideProps = TdGuideProps;
export declare const Guide: WithInstallType<typeof _Guide>;
export default Guide;