export declare const applyOpacityValue: (variable: string) => ({ opacityValue }: {
    opacityValue?: number | undefined;
}) => string;
