/** * Provides shape masking utilities and logical shape attributes (shape-top/start/end/bottom). * @param {typeof import('../core/CustomElement.js').default} Base */ export default function ShapeMaskedMixin(Base: typeof import("../core/CustomElement.js").default): typeof import("../core/CustomElement.js").default & import("../core/CustomElement.js").Class<{ shapeTop: boolean; shapeBottom: boolean; shapeStart: boolean; shapeEnd: boolean; shapeStyle: string; }, any[]>; //# sourceMappingURL=ShapeMaskedMixin.d.ts.map