import { FC, PropsWithChildren } from 'react'; import { IUserGuide } from './types'; export declare const UserGuide: FC>;