import { ILineBaseStyle } from "./ILineBaseStyle.js";
import { IShapeStyle } from "./IShapeStyle.js";
/**
 * Represents the style options for a line including the states.
 */
export interface ILineStyle extends ILineBaseStyle, IShapeStyle {
}
