import { ParsedRootMargin } from "../native/types";
export declare function parseDelay(delayLiteral: any): number;
export declare function parseRootMargin(rootMargin: any): ParsedRootMargin;
export declare function getLengthForType(type: string, marginValue: number, rootLength: number): number;
