/** * Get the default fill style (or null if not yet set). * @return {Fill|null} The default fill style. */ export function getDefaultFillStyle(): Fill | null; /** * Get the default image style (or null if not yet set). * @return {import("../style/Image.js").default|null} The default image style. */ export function getDefaultImageStyle(): import("../style/Image.js").default | null; /** * Get the default stroke style (or null if not yet set). * @return {Stroke|null} The default stroke style. */ export function getDefaultStrokeStyle(): Stroke | null; /** * Get the default text style (or null if not yet set). * @return {Text|null} The default text style. */ export function getDefaultTextStyle(): Text | null; /** * Get the default style (or null if not yet set). * @return {Style|null} The default style. */ export function getDefaultStyle(): Style | null; /** * Get the default style array (or null if not yet set). * @return {Array