import { PropsWithChildren } from 'react'; interface Props extends PropsWithChildren { adminRoute: string; label: string; enabledAutoScrolling?: boolean; } export declare const Preview: ({ adminRoute, children, label, enabledAutoScrolling }: Props) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Preview.d.ts.map