/**
 * @file index.tsx
 *
 * @fileoverview Display the well component within the component library.
 */
/// <reference types="react" />
declare const _default: {
    title: string;
    parameters: {
        component: ({ children, wellStyle, ...props }: import(".").WellProps) => JSX.Element;
    };
};
export default _default;
export declare const DefaultWell: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
export declare const CustomWell: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
