import type { StyleInfo } from 'lit/directives/style-map.js'; import type { ShapeOptions } from '../definitions/interfaces.js'; import type { Shape } from '../definitions/types.js'; export declare function getShapeStyleInfo(shape?: Shape, options?: ShapeOptions): StyleInfo;