import type { OmitInternalProps } from '@toptal/picasso-shared' import type { Props } from './ScrollMenu' export { default as ScrollMenu } from './ScrollMenu' export type ScrollMenuProps = OmitInternalProps