import type {ColorVariant} from '../..' // Props export interface Props { id?: string ariaDescribedby?: string header?: string headerClasses?: string | Array | Record headerTag?: string headerVariant?: ColorVariant } // Emits // Other