exporttypeUseEyeDropperReturns= {/** * Whether the EyeDropper is supported. */isSupported: boolean/** * The sRGBHex color value. */sRGBHex: string/** * Open the EyeDropper. * * @paramoptions - The open options. */open: (options?: EyeDropperOpenOptions) =>Promise<string | null>}