import { FC } from 'react'; declare type Props = { className?: string; }; export declare const Info: FC; export {};