import { Select } from './select.component'; import { Option } from './option.directive'; import { OptGroup } from './optgroup.directive'; declare class SelectModule { } export { Select, Option, OptGroup, SelectModule };