import { ExpandableSectionProps } from './interfaces'; export type InternalVariant = ExpandableSectionProps.Variant | 'compact';