import { IHttpNameValue, JSONSchema } from '../../../types'; export declare function deserializeLabelStyle(name: string, parameters: IHttpNameValue, schema?: JSONSchema, explode?: boolean): unknown;