import React from 'react'; interface Props { styles: string; id: string; nonce: string; } export default function InlinedStyles(_props: Props): React.JSX.Element; export {}; //# sourceMappingURL=inlined-styles.d.ts.map