export { default as internalSelectionLight } from './light';
export { default as internalSelectionDark } from './dark';
export { internalSelectionRtl } from './rtl';
export type { InternalSelectionTheme, InternalSelectionThemeVars } from './light';
