/// <reference types="react" />
import './style/index.js';
export * from './type';
export declare const List: {
    ({ as, className, items, relaxed, divided, bulleted, horizontal, ordered, suffixed, link, content, children, ...props }: import("./type").ListProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
    displayName: string;
    Item: {
        ({ as, href, active, className, content, children, ...props }: import("./type").ListItemProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
        displayName: string;
    };
    Content: {
        ({ as, className, content, children, ...props }: import("./type").ListContentProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
        displayName: string;
    };
    Description: {
        ({ as, className, content, children, ...props }: import("./type").ListDescriptionProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
        displayName: string;
    };
    Header: {
        ({ as, className, content, children, ...props }: import("./type").ListHeaderProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
        displayName: string;
    };
    Icon: {
        ({ verticalAlign, ...props }: import("./type").ListIconProps): JSX.Element;
        displayName: string;
    };
    List: {
        ({ as, className, content, children, ...props }: import("./type").ListListProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
        displayName: string;
    };
};
export default List;
