import { FC } from 'react'; export type VaulClasses = { content: string; overlay: string; handler: string; header: string; title: string; description: string; body: string; footer: string; target: string; closeTarget: string; }; export type ScrollAreaComponent = FC;