/// <reference types="react" />
declare const Switch: {
    ({ onClick, active, items, style }: any): JSX.Element;
    underlined({ onClick, active, items, style }: any): JSX.Element;
};
export default Switch;
//# sourceMappingURL=index.d.ts.map