import { default as React } from 'react';
export declare const List: React.NamedExoticComponent<React.HTMLAttributes<HTMLUListElement> & {
    children?: React.ReactNode | undefined;
} & React.RefAttributes<HTMLUListElement>>;
export declare const Ul: React.NamedExoticComponent<React.HTMLAttributes<HTMLUListElement> & {
    children?: React.ReactNode | undefined;
} & React.RefAttributes<HTMLUListElement>>;
export declare const ListItem: React.NamedExoticComponent<React.HTMLAttributes<HTMLLIElement> & {
    children?: React.ReactNode | undefined;
} & React.RefAttributes<HTMLLIElement>>;
export declare const Li: React.NamedExoticComponent<React.HTMLAttributes<HTMLLIElement> & {
    children?: React.ReactNode | undefined;
} & React.RefAttributes<HTMLLIElement>>;
