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