import React from 'react'; interface Props { styles: string; id: string; nonce: string; } export default function InlinedStyles(_props: Props) { return ; }