import { type WellProps } from './well.types.js'; export declare function Well({ tag: Tag, color, children, className, ...props }: WellProps): import("react/jsx-runtime").JSX.Element;