import { CSSToken, ParseError } from '@csstools/css-tokenizer';
export declare function parseComponentValue(tokens: Array<CSSToken>, options?: {
    onParseError?: (error: ParseError) => void;
}): import("../consume/consume-component-block-function").ComponentValue;
