import { ReactNode } from 'react'; import { InferComponentProps } from '../../types.js'; import { IconProps } from '../icon/icon.js'; export declare const Well: import("react").ForwardRefExoticComponent & import("react").HTMLAttributes) | (Omit & import("react").HTMLAttributes, "ref"> & import("react").RefAttributes, HTMLDivElement>, any, any>>), { emphasis?: "error" | "info" | "important" | "recommendation"; $slim?: boolean; $inCard?: boolean; }>> & (string & (Omit, HTMLDivElement>, any>, keyof import("react").Component> | Omit, HTMLDivElement>>, keyof import("react").Component>))>, "children"> & import("react").RefAttributes>>, "body" | "button" | "header" | "emphasis"> & { iconName?: IconProps["name"]; children?: ReactNode; } & import("react").RefAttributes>;