export { default as Overflow } from './overflow';
export { overflowProps } from './props';
export type { OverflowProps, OverflowCProps } from './props';
export type { OverflowExposed } from './symbol';
