import { ModuleWithProviders } from '@angular/core'; export * from './select'; export { MdOption } from './option'; export { fadeInContent, transformPanel, transformPlaceholder } from './select-animations'; export declare class MdSelectModule { static forRoot(): ModuleWithProviders; }