export type ElementVariant = 'div' | 'section' | 'article';
