import type { CuiNullable } from '@cuby-ui/cdk'; export type CuiShape = CuiNullable<'rounded'>; export type CuiSize = 'sm' | 'md';