/** * Component design tokens that control the `M3eShapeElement` for all variants. * @internal */ export declare const ShapeToken: { /** Default size of the shape. */ readonly size: import("lit").CSSResult; /** Container (background) color of the shape. */ readonly containerColor: import("lit").CSSResult; /** Transition used to morph between shapes. */ readonly transition: import("lit").CSSResult; }; //# sourceMappingURL=ShapeToken.d.ts.map