import type * as React from "react";
export interface Props {
    readonly renderInto?: string;
    readonly children: React.ReactNode;
}
//# sourceMappingURL=types.d.ts.map