import React from "react"; export type BasicComponentProps = { children: React.ReactNode; }; //# sourceMappingURL=types.d.ts.map