/** * Copyright 2024, SumUp Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ export declare const shared: ({ name: "--cui-border-radius-bit"; value: "4px"; type: "dimension"; } | { name: "--cui-border-radius-byte"; value: "8px"; type: "dimension"; } | { name: "--cui-border-radius-kilo"; value: "12px"; type: "dimension"; } | { name: "--cui-border-radius-mega"; value: "16px"; type: "dimension"; } | { name: "--cui-border-radius-circle"; value: "100%"; type: "dimension"; } | { name: "--cui-border-radius-pill"; value: "999999px"; type: "dimension"; } | { name: "--cui-border-width-kilo"; value: "1px"; type: "dimension"; } | { name: "--cui-border-width-mega"; value: "2px"; type: "dimension"; } | { name: "--cui-font-stack-default"; value: string; type: "fontFamily"; } | { name: "--cui-font-stack-mono"; value: string; type: "fontFamily"; } | { name: "--cui-font-weight-regular"; value: string; type: "fontWeight"; } | { name: "--cui-font-weight-bold"; value: string; type: "fontWeight"; } | { name: "--cui-icon-sizes-kilo"; value: "16px"; type: "dimension"; } | { name: "--cui-icon-sizes-mega"; value: "24px"; type: "dimension"; } | { name: "--cui-icon-sizes-giga"; value: "32px"; type: "dimension"; } | { name: "--cui-icon-sizes-tera"; value: "48px"; type: "dimension"; } | { name: "--cui-spacings-bit"; value: "4px"; type: "dimension"; } | { name: "--cui-spacings-byte"; value: "8px"; type: "dimension"; } | { name: "--cui-spacings-kilo"; value: "12px"; type: "dimension"; } | { name: "--cui-spacings-mega"; value: "16px"; type: "dimension"; } | { name: "--cui-spacings-giga"; value: "24px"; type: "dimension"; } | { name: "--cui-spacings-tera"; value: "32px"; type: "dimension"; } | { name: "--cui-spacings-peta"; value: "40px"; type: "dimension"; } | { name: "--cui-spacings-exa"; value: "48px"; type: "dimension"; } | { name: "--cui-spacings-zetta"; value: "56px"; type: "dimension"; } | { name: "--cui-transitions-default"; value: "120ms ease-in-out"; type: "duration"; } | { name: "--cui-transitions-slow"; value: "300ms ease-in-out"; type: "duration"; } | { name: "--cui-typography-headline-one-font-size"; value: "2rem"; type: "dimension"; } | { name: "--cui-typography-headline-one-line-height"; value: "2.25rem"; type: "dimension"; } | { name: "--cui-typography-headline-two-font-size"; value: "1.5rem"; type: "dimension"; } | { name: "--cui-typography-headline-two-line-height"; value: "1.75rem"; type: "dimension"; } | { name: "--cui-typography-headline-three-font-size"; value: "1.25rem"; type: "dimension"; } | { name: "--cui-typography-headline-three-line-height"; value: "1.5rem"; type: "dimension"; } | { name: "--cui-typography-headline-four-font-size"; value: "1.125rem"; type: "dimension"; } | { name: "--cui-typography-headline-four-line-height"; value: "1.5rem"; type: "dimension"; } | { name: "--cui-typography-title-one-font-size"; value: "7.5rem"; type: "dimension"; } | { name: "--cui-typography-title-one-line-height"; value: "7.5rem"; type: "dimension"; } | { name: "--cui-typography-title-two-font-size"; value: "6rem"; type: "dimension"; } | { name: "--cui-typography-title-two-line-height"; value: "6rem"; type: "dimension"; } | { name: "--cui-typography-title-three-font-size"; value: "4rem"; type: "dimension"; } | { name: "--cui-typography-title-three-line-height"; value: "4rem"; type: "dimension"; } | { name: "--cui-typography-title-four-font-size"; value: "3.5rem"; type: "dimension"; } | { name: "--cui-typography-title-four-line-height"; value: "3.5rem"; type: "dimension"; } | { name: "--cui-typography-sub-headline-font-size"; value: "0.875rem"; type: "dimension"; } | { name: "--cui-typography-sub-headline-line-height"; value: "1.25rem"; type: "dimension"; } | { name: "--cui-typography-body-one-font-size"; value: "1rem"; type: "dimension"; } | { name: "--cui-typography-body-one-line-height"; value: "1.5rem"; type: "dimension"; } | { name: "--cui-typography-body-two-font-size"; value: "0.875rem"; type: "dimension"; } | { name: "--cui-typography-body-two-line-height"; value: "1.25rem"; type: "dimension"; } | { name: "--cui-typography-body-large-font-size"; value: "1.25rem"; type: "dimension"; } | { name: "--cui-typography-body-large-line-height"; value: "1.75rem"; type: "dimension"; } | { name: "--cui-z-index-default"; value: number; type: "number"; } | { name: "--cui-z-index-absolute"; value: number; type: "number"; } | { name: "--cui-z-index-input"; value: number; type: "number"; } | { name: "--cui-z-index-popover"; value: number; type: "number"; } | { name: "--cui-z-index-tooltip"; value: number; type: "number"; } | { name: "--cui-z-index-header"; value: number; type: "number"; } | { name: "--cui-z-index-backdrop"; value: number; type: "number"; } | { name: "--cui-z-index-navigation"; value: number; type: "number"; } | { name: "--cui-z-index-modal"; value: number; type: "number"; } | { name: "--cui-z-index-toast"; value: number; type: "number"; })[];