export interface WellProps { children?: any; } declare function Well(props: WellProps): import("react/jsx-runtime").JSX.Element; export default Well;