import styled from '../'; export const Fieldset = styled.fieldset<{}>({ margin: 0, marginBottom: 16, padding: 0, display: 'block', minWidth: 0, border: 0, });