/** * Indicates the distance on the left side from the parent's container if the tab is active. * @type {number} */ export declare const activeTabLeft = "--active-tab-left"; /** * Indicates the distance on the right side from the parent's container if the tab is active. * @type {number} */ export declare const activeTabRight = "--active-tab-right"; /** * Indicates the distance on the top side from the parent's container if the tab is active. * @type {number} */ export declare const activeTabTop = "--active-tab-top"; /** * Indicates the distance on the bottom side from the parent's container if the tab is active. * @type {number} */ export declare const activeTabBottom = "--active-tab-bottom"; /** * Indicates the width of the tab if it is active. * @type {number} */ export declare const activeTabWidth = "--active-tab-width"; /** * Indicates the height of the tab if it is active. * @type {number} */ export declare const activeTabHeight = "--active-tab-height";