import * as React from 'react'; import { Grid, Input, Text } from '@fluentui/react-northstar'; const inputStyles = { color: 'blue', background: 'yellow' }; const InputExampleInputSlot = () => ( ); export default InputExampleInputSlot;