/**
 * Style utils for Components.
 *
 * @internal
 * @internal
 */

/**
 * Return the symbol URL for a given style item in the preferred format.
 *
 * @param item
 * @param type
 * @internal
 * @internal
 */
export function symbolUrlFromStyleItem(item: object, type: string): string | null | undefined;