import { Select, SelectProps } from './select';
import { default as selectStyles } from './select.module.scss';
export { Select, selectStyles };
export type { SelectProps };
