import * as React from 'react';
import { IMenuListProps } from './MenuList.props';
export { IMenuListProps } from './MenuList.props';
/**
 *  ## Importing
 *
 * ```
 * import { MenuList } from '@naturacosmeticos/natds-web';
 * ```
 *
 * @constructor
 * @param {IMenuListProps} props Properties for MenuList component
 * @todo Fix missing color contrast for selected items on Avon Light theme
 */
export declare const MenuList: React.FunctionComponent<IMenuListProps>;
export default MenuList;
