/** @packageDocumentation * @module QuantityFormat */ import type { FormatProps } from "@itwin/core-quantity"; import React from "react"; /** * Component used to customize Azimuth options of a Format. * @alpha */ export declare function AzimuthOptions(props: { formatProps: FormatProps; onChange?: (format: FormatProps) => void; disabled: boolean; }): React.JSX.Element; //# sourceMappingURL=AzimuthOptions.d.ts.map