import type { SingleCSSTransitionConfig, TimeUnit } from '../types'; export declare const offsetOf: (selector: number | string) => number | null; export declare function splitByComma(str: string): string[]; export declare function splitByWhitespace(str: string): string[]; type ParsedShorthandSingleTransitionConfig = Omit & { transitionProperty?: string; transitionTimingFunction?: string; }; export declare function parseSingleTransitionShorthand(value: string): ParsedShorthandSingleTransitionConfig; export declare function normalizeTimeUnit(timeUnit: TimeUnit): number | null; export {}; //# sourceMappingURL=parsers.d.ts.map