import { PktSelect } from './select';
export { PktSelect } from './select';
export type { TSelectOption } from './select';
export default PktSelect;
