import React from 'react';
/**
 * @description
 * OptionLabelSlice component is used to render the label of an option.
 * @param {React.PropsWithChildren<IOptionSlice>} props
 * @returns {JSX.Element | null}
 * @constructor
 */
export declare const OptionLabelSlice: ({ variant, color, weight, decoration, component, dataTestId, children, }: React.PropsWithChildren<IOptionSlice>) => JSX.Element | null;
