import { types } from "typestyle";
export declare const TabsManagementStyle: {
    wrapperStyle: (color: string) => types.NestedCSSProperties;
    sliderStyle: (color?: string, dark?: boolean) => types.NestedCSSProperties;
    centerSlideStyle?: types.NestedCSSProperties;
};
