export type ModalSize = 'xsmall' | 'small' | 'medium' | 'large' | 'auto'; export type ModalFooterAlign = 'start' | 'end' | 'center';