import React from 'react'; interface Props { fullbredde?: boolean; tekst: string; suppress?: boolean; } declare function Formatering(props: Props): React.JSX.Element; export { Formatering };