/**
 * format utils for Components. Used by the Coordinate Conversion component
 *
 * @internal
 * @internal
 */
import type Format from "../../widgets/CoordinateConversion/support/Format.js";

/**
 * Given a format, return whether it has the properties needed for display
 *
 * @param format
 * @internal
 * @internal
 */
export function hasDisplayProperties(format: Format): boolean;