import type { OverflowListCssVariables, OverflowListFactory, OverflowListProps, OverflowListStylesNames } from './OverflowList';
export { OverflowList } from './OverflowList';
export type { OverflowListProps, OverflowListFactory, OverflowListStylesNames, OverflowListCssVariables, };
export declare namespace OverflowList {
    type Props = OverflowListProps;
    type Factory = OverflowListFactory;
    type StylesNames = OverflowListStylesNames;
    type CssVariables = OverflowListCssVariables;
}
