type InformationProps = {
    summary?: string;
    description?: string;
    externalDocs?: {
        description?: string;
        url: string;
    };
    compact?: boolean;
    className?: string;
};
export declare const Information: ({ summary, description, externalDocs, className, }: InformationProps) => import("react/jsx-runtime").JSX.Element;
export {};
