/** Design tokens that control shape. */ export declare const ShapeToken: { readonly corner: { /** Fully rounded symmetric shape. */ readonly full: import("lit").CSSResult; /** Extra large rounded asymmetric shape directed towards the top. */ readonly extraLargeTop: import("lit").CSSResult; /** Extra large rounded symmetric shape. */ readonly extraLarge: import("lit").CSSResult; /** Extra large rounded asymmetric shape directed towards the end. */ readonly extraLargeEnd: import("lit").CSSResult; /** Extra large rounded asymmetric shape directed towards the start. */ readonly extraLargeStart: import("lit").CSSResult; /** Large rounded asymmetric shape directed towards the top. */ readonly largeTop: import("lit").CSSResult; /** Large rounded asymmetric shape directed towards the end. */ readonly largeEnd: import("lit").CSSResult; /** Large rounded asymmetric shape directed towards the start. */ readonly largeStart: import("lit").CSSResult; /** Large rounded symmetric shape. */ readonly large: import("lit").CSSResult; /** Medium rounded symmetric shape. */ readonly medium: import("lit").CSSResult; /** Medium rounded asymmetric shape directed towards the top. */ readonly mediumTop: import("lit").CSSResult; /** Medium rounded asymmetric shape directed towards the end. */ readonly mediumEnd: import("lit").CSSResult; /** Medium rounded asymmetric shape directed towards the start. */ readonly mediumStart: import("lit").CSSResult; /** Small rounded symmetric shape. */ readonly small: import("lit").CSSResult; /** Small rounded asymmetric shape directed towards the top. */ readonly smallTop: import("lit").CSSResult; /** Small rounded asymmetric shape directed towards the end. */ readonly smallEnd: import("lit").CSSResult; /** Small rounded asymmetric shape directed towards the start. */ readonly smallStart: import("lit").CSSResult; /** Extra small rounded asymmetric shape directed towards the top. */ readonly extraSmallTop: import("lit").CSSResult; /** Extra small rounded symmetric shape. */ readonly extraSmall: import("lit").CSSResult; /** Extra small rounded asymmetric shape directed towards the end. */ readonly extraSmallEnd: import("lit").CSSResult; /** Extra small rounded asymmetric shape directed towards the start. */ readonly extraSmallStart: import("lit").CSSResult; /** Extra small rounded asymmetric shape directed towards the bottom. */ readonly extraSmallBottom: import("lit").CSSResult; /** No rounding. */ readonly none: import("lit").CSSResult; /** Increased large rounded symmetric shape. */ readonly largeIncreased: import("lit").CSSResult; /** Increased extra large rounded symmetric shape. */ readonly extraLargeIncreased: import("lit").CSSResult; /** Extra extra large rounded symmetric shape. */ readonly extraExtraLarge: import("lit").CSSResult; /** Design tokens that control specific corners. */ readonly value: { /** No rounding. */ readonly none: import("lit").CSSResult; /** Extra small rounded corner. */ readonly extraSmall: import("lit").CSSResult; /** Small rounded corner. */ readonly small: import("lit").CSSResult; /** Medium rounded corner. */ readonly medium: import("lit").CSSResult; /** Large rounded corner. */ readonly large: import("lit").CSSResult; /** Increased large rounded corner. */ readonly largeIncreased: import("lit").CSSResult; /** Extra large rounded corner. */ readonly extraLarge: import("lit").CSSResult; /** Increased extra large rounded corner. */ readonly extraLargeIncreased: import("lit").CSSResult; /** Extra extra large rounded corner. */ readonly extraExtraLarge: import("lit").CSSResult; }; }; }; //# sourceMappingURL=ShapeToken.d.ts.map