import type { OverflowProps } from './Overflow';
import Overflow from './Overflow';
export type { OverflowProps };
export default Overflow;