import type { className, orientation } from "../../../types/components/tabs";
export interface TabsStylesType {
    defaultProps?: {
        className?: className;
        orientation?: orientation;
    };
    styles?: {
        base?: object;
        vertical?: object;
        horizontal?: object;
    };
}
export declare const tabs: TabsStylesType;
export default tabs;
//# sourceMappingURL=index.d.ts.map