export declare const stylesList: {
    display: string;
    listStyleType: string;
    margin: number;
    padding: number;
    cursor: string;
};
export declare const styleListItem: {
    marginRight: number;
};
