/// interface DefinisjonProps { type?: 'vertikal' | 'horisontal'; term: string; detail?: string; } export declare function Definisjon({ type, term: descriptionTerm, detail: descriptionDetail, }: DefinisjonProps): JSX.Element; export {};