import React from 'react'; export declare const Info: ({ text, style }: { text: string; style?: any; }) => React.JSX.Element;