import { IgxSplitterPaneComponent } from './splitter-pane/splitter-pane.component';
import { IgxSplitBarComponent, IgxSplitterComponent } from './splitter.component';
export * from './splitter.component';
export * from './splitter-pane/splitter-pane.component';
export declare const IGX_SPLITTER_DIRECTIVES: readonly [typeof IgxSplitterComponent, typeof IgxSplitterPaneComponent, typeof IgxSplitBarComponent];
