import { GuideProps } from './Guide'; declare const GuideNormal: (props: GuideProps) => any; export default GuideNormal;