export declare const SIZE: {
    readonly TINY: "tiny";
    readonly SMALL: "small";
    readonly MEDIUM: "medium";
};
export declare const SKIN: {
    readonly LIGHT: "light";
    readonly NEUTRAL: "neutral";
    readonly STANDARD: "standard";
};
//# sourceMappingURL=VerticalTabs.constants.d.ts.map