export declare const createValList: (pattern: string, n: number, m: number) => string; export declare const commaWsp = "(?:\\s*,\\s*|\\s*)"; export declare const nameFullMatch: RegExp; export declare const cssNameFullMatch: RegExp; export declare const cssNameSpaceSeparatedFullMatch: RegExp; export declare const numberPattern: string; export declare const nonNegativeFullMatch: RegExp; export declare const numberSequence: string; export declare const numberFullMatch: RegExp; export declare const numberGlobal: RegExp; export declare const numberOptionalFullMatch: RegExp; export declare const numberListFullMatch: RegExp; export declare const numberSemiSepatatedFullMatch: RegExp; export declare const integerFullMatch: RegExp; export declare const pureNumOrWithPx: RegExp; export declare const pureNumOrWithPxList: RegExp; export declare const angel = "deg|grad|rad|turn"; export declare const angelFullMatch: RegExp; export declare const controlPointsFullMatch: RegExp; export declare const percentageFullMatch: RegExp; export declare const lengthPercentage: string; export declare const lengthFullMatch: RegExp; export declare const lengthPairFullMatch: RegExp; export declare const lengthPairListFullMatch: RegExp; export declare const lengthPercentageFullMatch: RegExp; export declare const lengthPercentageListFullMatch: RegExp; export declare const viewBoxFullMatch: RegExp; export declare const clockFullMatch: RegExp; export declare const timeListFullMatch: RegExp; export declare const transformListFullMatch: RegExp; export declare const URIFullMatch: RegExp; export declare const langFullMatch: RegExp; export declare const indentFullMatch: RegExp; export declare const pathFullMatchStrict: RegExp; export declare const pathFullMatch: RegExp; export declare const preservAspectRatioFullMatch: RegExp; export declare const funcIRIToID: RegExp; export declare const funcIRIFullMatch: RegExp; export declare const IRIFullMatch: RegExp; export declare const mediaTypeFullMatch: RegExp; export declare const clipPathRect: RegExp; export declare const lengthPercentage1_4: string; export declare const lengthPercentage1_4FullMatch: RegExp; export declare const borderRadiusFullMatch: RegExp; export declare const basicShapeFullMatch: RegExp; export declare const colorFullMatch: RegExp; export declare const stopColorFullMatch: RegExp; export declare const cursorFullMatch: RegExp; export declare const filterListFullMatch: RegExp; export declare const strokeDasharrayFullMatch: RegExp; export declare const vectorEffectFullMatch: RegExp;