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