import { StyleProps } from '@codecademy/variance'; export declare enum TabSelectors { SELECTED = "&[data-selected]", HOVER = "&:hover", ACTIVE = "&:active", FOCUS = "&:focus", DISABLED = "[disabled], &:disabled, &[aria-disabled='true']", FOCUS_VISIBLE = " &:focus-visible", BEFORE = "&::before" } export interface TabElementStyleProps extends StyleProps { } export declare const tabElementBaseProps: import("@codecademy/variance/dist/types/config").Parser import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly overflowY: { readonly property: { readonly physical: "overflowY"; readonly logical: "overflowBlock"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly dimensions: { readonly property: "width"; readonly properties: { readonly physical: readonly ["width", "height"]; readonly logical: readonly ["inlineSize", "blockSize"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }; readonly width: { readonly property: { readonly physical: "width"; readonly logical: "inlineSize"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }; readonly minWidth: { readonly property: { readonly physical: "minWidth"; readonly logical: "minInlineSize"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }; readonly maxWidth: { readonly property: { readonly physical: "maxWidth"; readonly logical: "maxInlineSize"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }; readonly height: { readonly property: { readonly physical: "height"; readonly logical: "blockSize"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }; readonly minHeight: { readonly property: { readonly physical: "minHeight"; readonly logical: "minBlockSize"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }; readonly maxHeight: { readonly property: { readonly physical: "maxHeight"; readonly logical: "maxBlockSize"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }; readonly verticalAlign: { readonly property: "verticalAlign"; }; readonly direction: { readonly property: "direction"; }; }>>, import("@codecademy/variance/dist/types/config").Parser import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }; readonly top: { readonly property: { readonly physical: "top"; readonly logical: "insetBlockStart"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }; readonly right: { readonly property: { readonly physical: "right"; readonly logical: "insetInlineEnd"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }; readonly bottom: { readonly property: { readonly physical: "bottom"; readonly logical: "insetBlockEnd"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }; readonly left: { readonly property: { readonly physical: "left"; readonly logical: "insetInlineStart"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }; readonly zIndex: { readonly property: "zIndex"; }; readonly opacity: { readonly property: "opacity"; }; }>>, import("@codecademy/variance/dist/types/config").Parser import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly py: { readonly property: "padding"; readonly properties: { readonly physical: readonly ["paddingTop", "paddingBottom"]; readonly logical: readonly ["paddingBlockStart", "paddingBlockEnd"]; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly pt: { readonly property: { readonly physical: "paddingTop"; readonly logical: "paddingBlockStart"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly pb: { readonly property: { readonly physical: "paddingBottom"; readonly logical: "paddingBlockEnd"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly pr: { readonly property: { readonly physical: "paddingRight"; readonly logical: "paddingInlineEnd"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly pl: { readonly property: { readonly physical: "paddingLeft"; readonly logical: "paddingInlineStart"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly m: { readonly property: "margin"; readonly scale: "spacing"; }; readonly mx: { readonly property: "margin"; readonly properties: { readonly physical: readonly ["marginLeft", "marginRight"]; readonly logical: readonly ["marginInlineStart", "marginInlineEnd"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "spacing"; }; readonly my: { readonly property: "margin"; readonly properties: { readonly physical: readonly ["marginTop", "marginBottom"]; readonly logical: readonly ["marginBlockStart", "marginBlockEnd"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "spacing"; }; readonly mt: { readonly property: { readonly physical: "marginTop"; readonly logical: "marginBlockStart"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly mb: { readonly property: { readonly physical: "marginBottom"; readonly logical: "marginBlockEnd"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly mr: { readonly property: { readonly physical: "marginRight"; readonly logical: "marginInlineEnd"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly ml: { readonly property: { readonly physical: "marginLeft"; readonly logical: "marginInlineStart"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }; }>>]>>;