import { Props } from "./Message"; export declare const Info: (({ message, head }: Props) => JSX.Element) & { displayName: string; };