export const ElementTitle = ({ children, noMarignBottom = false, className = '', }) => (
{children}
)