import styled from 'styled-components';
import { colors } from '@atlaskit/theme';
var Outline = styled.span.withConfig({
displayName: "Outline",
componentId: "isswz2-0"
})(["\n color: ", ";\n line-height: 1;\n"], colors.subtleText);
export default Outline;