import { JSX } from "react"; import { TStyle } from "../TStyle"; type TReaderBlockWrapperProps = { style: TStyle; children: JSX.Element; }; export default function ReaderBlockWrapper({ style, children, }: TReaderBlockWrapperProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ReaderBlockWrapper.d.ts.map