import { default as SecondLineElement } from './SecondLineElement';
import * as CONSTANTS from './SecondLineElement.constants';
import { Props } from './SecondLineElement.types';

export { CONSTANTS as SECOND_LINE_ELEMENT_CONSTANTS };

export type SecondLineElementProps = Props;

export default SecondLineElement;
