import { InternalPresentation } from "./normalizer"; import React from "react"; export declare const POINTS_TO_INCHES: number; export declare const layoutToInches: (layout: InternalPresentation["layout"]) => [number, number]; export type ChildElement
= React.ReactElement
| ChildElement
[];
export declare function isReactElementOrElementArray